Kea
1.9.9-git
|
Trait class for data types supported in DHCP option definitions. More...
#include <option_data_types.h>
Static Public Attributes | |
static const bool | integer_type = false |
static const int | len = 0 |
static const OptionDataType | type = OPT_UNKNOWN_TYPE |
static const bool | valid = false |
Trait class for data types supported in DHCP option definitions.
This is useful to check whether the type specified as template parameter is supported by classes like OptionInt, OptionIntArray and some template factory functions in OptionDefinition class.
Definition at line 92 of file option_data_types.h.
|
static |
Definition at line 95 of file option_data_types.h.
|
static |
Definition at line 94 of file option_data_types.h.
|
static |
Definition at line 96 of file option_data_types.h.
|
static |
Definition at line 93 of file option_data_types.h.