CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::disruptor | |
Macros | |
#define | INPUT_SOURCE_LIST |
#define | ENUM_VALUE(LABEL, VALUE) LABEL = VALUE, |
Enumerations | |
enum | catapult::disruptor::InputSource : uint32_t { catapult::disruptor::InputSource::INPUT_SOURCE_LIST } |
Possible consumer input sources. More... | |
Functions | |
std::ostream & | catapult::disruptor::operator<< (std::ostream &out, InputSource value) |
Insertion operator for outputting value to out. More... | |
#define ENUM_VALUE | ( | LABEL, | |
VALUE | |||
) | LABEL = VALUE, |
#define INPUT_SOURCE_LIST |