E-MailRelay
|
A static class for mapping between a RR type name, such as "AAAA", and its corresponding numeric value. More...
#include <gdnsmessage.h>
Static Public Member Functions | |
static unsigned int | value (const std::string &type_name) |
Returns the type value for the given type name. More... | |
static std::string | name (unsigned int type_value) |
Returns the type name for the given type value. More... | |
A static class for mapping between a RR type name, such as "AAAA", and its corresponding numeric value.
Definition at line 164 of file gdnsmessage.h.
|
static |
Returns the type name for the given type value.
Definition at line 504 of file gdnsmessage.cpp.
|
static |
Returns the type value for the given type name.
Definition at line 493 of file gdnsmessage.cpp.