Kea 2.7.6
|
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 95 of file option_data_types.h.
|
static |
Definition at line 98 of file option_data_types.h.
|
static |
Definition at line 97 of file option_data_types.h.
|
static |
Definition at line 99 of file option_data_types.h.
|
static |
Definition at line 96 of file option_data_types.h.