RedFlame v0.1.1
A high intensity flame eminating from software
Loading...
Searching...
No Matches
Free Functions

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)
 

Detailed Description

Functions not in a namespace.

Enumeration Type Documentation

◆ ChannelDirection

enum class ChannelDirection
strong

Indicates forward or return channel traffic flow.

Enumerator
Invalid 

Used for conversion errors.

NotApplicable 

Direction doesn't apply, note this is valid.

Forward 

Traffic channel flows forward.

Return 

Traffic channel flows return.

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & out,
const ChannelDirection & d )

Stream output operator for ChannelDirection.

Parameters
[in,out]outThe output stream.
[in]dThe channel direction.
Returns
The output stream.