Public Member Functions

Multichannel< T > Class Template Reference

_ More...

#include <simple.h>

Inheritance diagram for Multichannel< T >:
CustomFlushPropagation< T >

List of all members.

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

Detailed Description

template<class T>
class Multichannel< T >

_

Definition at line 122 of file simple.h.


The documentation for this class was generated from the following file: