|
CatapultServer
v0.5.0.1 (Elephant)
|


Go to the source code of this file.
Namespaces | |
| catapult | |
| catapult::ionet | |
Macros | |
| #define | CONNECTION_SECURITY_MODE_LIST |
| #define | ENUM_VALUE(LABEL, VALUE) LABEL = VALUE, |
Enumerations | |
| enum | catapult::ionet::ConnectionSecurityMode : uint8_t { catapult::ionet::ConnectionSecurityMode::CONNECTION_SECURITY_MODE_LIST } |
| Possible connection security modes. More... | |
Functions | |
| std::ostream & | catapult::ionet::operator<< (std::ostream &out, ConnectionSecurityMode value) |
| Insertion operator for outputting value to out. More... | |
| bool | catapult::ionet::TryParseValue (const std::string &str, ConnectionSecurityMode &modes) |
| Tries to parse str into connection security modes. More... | |
| #define CONNECTION_SECURITY_MODE_LIST |
| #define ENUM_VALUE | ( | LABEL, | |
| VALUE | |||
| ) | LABEL = VALUE, |