|
Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
Provides multiple channels support for custom flush signal processing. More...
Inheritance diagram for Multichannel< T >:Public Member Functions | |
| bool | Flush (bool hardFlush, int propagation=-1, bool blocking=true) |
| bool | MessageSeriesEnd (int propagation=-1, bool blocking=true) |
| byte * | CreatePutSpace (size_t &size) |
| size_t | Put2 (const byte *inString, size_t length, int messageEnd, bool blocking) |
| size_t | PutModifiable2 (byte *inString, size_t length, int messageEnd, bool blocking) |
| byte * | ChannelCreatePutSpace (const std::string &channel, size_t &size) |
| bool | ChannelPutModifiable (const std::string &channel, byte *inString, size_t length) |
| virtual size_t | ChannelPut2 (const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking)=0 |
| size_t | ChannelPutModifiable2 (const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) |
| virtual bool | ChannelFlush (const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true)=0 |
Public Member Functions inherited from CustomFlushPropagation< T > | |
Provides multiple channels support for custom flush signal processing.
| T | the class or type |
T should be a BufferedTransformation derived class
1.8.17