BDE 4.14.0 Production release
|
#include <ball_transmission.h>
Public Types | |
enum | Cause { e_PASSTHROUGH = 0 , e_TRIGGER = 1 , e_TRIGGER_ALL = 2 , e_MANUAL_PUBLISH = 3 , e_MANUAL_PUBLISH_ALL = 4 , e_END = 5 } |
enum | { e_LENGTH = e_MANUAL_PUBLISH_ALL + 1 } |
Static Public Member Functions | |
static bsl::ostream & | streamOut (bsl::ostream &stream, Transmission::Cause value) |
static const char * | toAscii (Transmission::Cause value) |
This struct provides a namespace for enumerating the causes of the transmission of a log record.
anonymous enum |
|
inlinestatic |
Format the specified value
to the specified output stream
and return a reference to the modifiable stream
.
|
static |
Return the string representation exactly matching the enumerator name corresponding to the specified enumeration value
.