#include <simple.h>
Inheritance diagram for Multichannel< T >:

Definition at line 133 of file simple.h.
Public Member Functions | |
| bool | Flush (bool hardFlush, int propagation=-1, bool blocking=true) |
| bool | MessageSeriesEnd (int propagation=-1, bool blocking=true) |
| byte * | CreatePutSpace (unsigned int &size) |
| unsigned int | Put2 (const byte *begin, unsigned int length, int messageEnd, bool blocking) |
| unsigned int | PutModifiable2 (byte *inString, unsigned int length, int messageEnd, bool blocking) |
| byte * | ChannelCreatePutSpace (const std::string &channel, unsigned int &size) |
| bool | ChannelPutModifiable (const std::string &channel, byte *inString, unsigned int length) |
| virtual unsigned int | ChannelPut2 (const std::string &channel, const byte *begin, unsigned int length, int messageEnd, bool blocking)=0 |
| unsigned int | ChannelPutModifiable2 (const std::string &channel, byte *begin, unsigned int length, int messageEnd, bool blocking) |
| virtual bool | ChannelFlush (const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true)=0 |
1.4.4