|
CatapultServer
v0.5.0.1 (Elephant)
|

Namespaces | |
| catapult | |
| catapult::validators | |
Macros | |
| #define | DEFINE_CASE(RESULT) case utils::to_underlying_type(RESULT) |
| #define | CASE_WELL_KNOWN_RESULT(CODE) DEFINE_CASE(ValidationResult::CODE): return #CODE |
| #define | CUSTOM_RESULT_DEFINITION 1 |
| #define | STR(SYMBOL) #SYMBOL |
| #define | DEFINE_VALIDATION_RESULT(SEVERITY, FACILITY, DESCRIPTION, CODE, FLAGS) |
Functions | |
| std::ostream & | catapult::validators::operator<< (std::ostream &out, ValidationResult result) |
| Insertion operator for outputting result to out. More... | |
| #define CASE_WELL_KNOWN_RESULT | ( | CODE | ) | DEFINE_CASE(ValidationResult::CODE): return #CODE |
| #define CUSTOM_RESULT_DEFINITION 1 |
| #define DEFINE_CASE | ( | RESULT | ) | case utils::to_underlying_type(RESULT) |
| #define DEFINE_VALIDATION_RESULT | ( | SEVERITY, | |
| FACILITY, | |||
| DESCRIPTION, | |||
| CODE, | |||
| FLAGS | |||
| ) |
| #define STR | ( | SYMBOL | ) | #SYMBOL |