CatapultServer  v0.5.0.1 (Elephant)
NodeInteractionResultCode.h File Reference
Include dependency graph for NodeInteractionResultCode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::ionet
 

Macros

#define NODE_INTERACTION_RESULT_CODE_LIST
 
#define ENUM_VALUE(LABEL)   LABEL,
 

Enumerations

enum  catapult::ionet::NodeInteractionResultCode { catapult::ionet::NodeInteractionResultCode::NODE_INTERACTION_RESULT_CODE_LIST }
 Possible node interaction result codes. More...
 

Functions

std::ostream & catapult::ionet::operator<< (std::ostream &out, NodeInteractionResultCode value)
 Insertion operator for outputting value to out. More...
 

Macro Definition Documentation

◆ ENUM_VALUE

#define ENUM_VALUE (   LABEL)    LABEL,

◆ NODE_INTERACTION_RESULT_CODE_LIST

#define NODE_INTERACTION_RESULT_CODE_LIST
Value:
/* No experience. */ \
ENUM_VALUE(None) \
\
/* Experience was neutral. */ \
ENUM_VALUE(Neutral) \
\
/* Experience was good. */ \
ENUM_VALUE(Success) \
\
/* Experience was bad. */ \
ENUM_VALUE(Failure)