Chatsync
bbffde5c0c672a526bdc83637acf66dc20a80fbf
|
Namespaces | |
net | |
Data Structures | |
class | activate_error |
class | Channel |
class | channel_error |
class | ChannelCreator |
class | ChannelCreatorImpl |
class | ChannelFactory |
class | connection_error |
Enumerations | |
enum | ChannelDirection { ChannelDirection::Input, ChannelDirection::Output, ChannelDirection::Bidirectional } |
Functions | |
Channel & | operator>> (const message_ptr msg, Channel &channel) |
Variables | |
static const std::vector< std::string > | ChannelDirectionName |
|
strong |
Channel direction
Enumerator | |
---|---|
Input | Receive data |
Output | Transmit data |
Bidirectional | Receive and transmit data |
Channel& channeling::operator>> | ( | const message_ptr | msg, |
Channel & | channel | ||
) |
Operator >> is used to push data into output channels
Example:
std::logic_error | on writing to input channel |
|
static |