|
CatapultServer
v0.5.0.1 (Elephant)
|


Go to the source code of this file.
Classes | |
| struct | catapult::model::NetworkInfo |
| Information about a network. More... | |
Namespaces | |
| catapult | |
| catapult::model | |
Macros | |
| #define | NETWORK_IDENTIFIER_LIST |
| #define | ENUM_VALUE(LABEL, VALUE) LABEL = VALUE, |
Enumerations | |
| enum | catapult::model::NetworkIdentifier : uint8_t { catapult::model::NetworkIdentifier::NETWORK_IDENTIFIER_LIST } |
| Possible network identifiers. More... | |
Functions | |
| std::ostream & | catapult::model::operator<< (std::ostream &out, NetworkIdentifier value) |
| Insertion operator for outputting value to out. More... | |
| bool | catapult::model::TryParseValue (const std::string &networkName, NetworkIdentifier &networkIdentifier) |
| Tries to parse networkName into a network identifier (networkIdentifier). More... | |
| #define ENUM_VALUE | ( | LABEL, | |
| VALUE | |||
| ) | LABEL = VALUE, |
| #define NETWORK_IDENTIFIER_LIST |