botan.filters.pipe

Pipe

Members

Aliases

message_id
alias message_id = size_t

An opaque type that identifies a message in this Pipe

Classes

InvalidMessageNumber
class InvalidMessageNumber

Exception if you use an invalid message as an argument to read, remaining, etc

NullFilter
class NullFilter
Undocumented in source.

Structs

Pipe
struct Pipe

This class represents pipe objects. A set of filters can be placed into a pipe, and information flows through the pipe until it reaches the end, where the output is collected for retrieval. If you're familiar with the Unix shell environment, this design will sound quite familiar.

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)