Fabcoin Core
0.16.2
P2P Digital Currency
|
This is the complete list of members for Multichannel< T >, including all inherited members.
ChannelCreatePutSpace(const std::string &channel, size_t &size) | Multichannel< T > | inline |
ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true)=0 | Multichannel< T > | pure virtual |
ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking)=0 | Multichannel< T > | pure virtual |
ChannelPutModifiable(const std::string &channel, byte *inString, size_t length) | Multichannel< T > | inline |
ChannelPutModifiable2(const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) | Multichannel< T > | inline |
CreatePutSpace(size_t &size) | Multichannel< T > | inline |
Flush(bool hardFlush, int propagation=-1, bool blocking=true) | Multichannel< T > | inlinevirtual |
MessageSeriesEnd(int propagation=-1, bool blocking=true) | Multichannel< T > | inline |
Put2(const byte *inString, size_t length, int messageEnd, bool blocking) | Multichannel< T > | inline |
PutModifiable2(byte *inString, size_t length, int messageEnd, bool blocking) | Multichannel< T > | inline |