Go to the source code of this file.
Macros | |
#define | map_str(X) {X, #X} |
Functions | |
template<typename T > | |
static std::string | message_name (const T &header) |
template<typename T > | |
static std::string | status_name (const T &header) |
Variables | |
std::map< BULK_MESSAGE_ID, std::string > | bulk_message_names |
std::map< CONTROL_MESSAGE_ID, std::string > | control_message_names |
std::map< MESSAGE_STATUS, std::string > | message_status_names |
#define map_str | ( | X | ) | {X, #X} |
Definition at line 11 of file message-print.h.
|
static |
Definition at line 74 of file message-print.h.
|
static |
Definition at line 108 of file message-print.h.
std::map<BULK_MESSAGE_ID, std::string> bulk_message_names |
Definition at line 12 of file message-print.h.
std::map<CONTROL_MESSAGE_ID, std::string> control_message_names |
Definition at line 66 of file message-print.h.
std::map<MESSAGE_STATUS, std::string> message_status_names |
Definition at line 84 of file message-print.h.