![]() |
RedFlame v0.1.1
A high intensity flame eminating from software
|
Functions not in a namespace. More...
Enumerations | |
enum class | ChannelDirection { ChannelDirection::Invalid = 0 , ChannelDirection::NotApplicable , ChannelDirection::Forward , ChannelDirection::Return } |
Indicates forward or return channel traffic flow. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &out, const ChannelDirection &d) |
Functions not in a namespace.
|
strong |
std::ostream & operator<< | ( | std::ostream & | out, |
const ChannelDirection & | d ) |
Stream output operator for ChannelDirection.
[in,out] | out | The output stream. |
[in] | d | The channel direction. |