#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 (size_t &size) |
| size_t | Put2 (const byte *begin, 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 |
1.5.1-p1