|  | Kea 3.0.0
    | 
RADIUS attribute definition. More...
#include <client_dictionary.h>
| Public Member Functions | |
| AttrDef (const uint8_t type, const std::string &name, const AttrValueType value_type) | |
| Constructor. | |
| Public Attributes | |
| const std::string | name_ | 
| name. | |
| const uint8_t | type_ | 
| type. | |
| const AttrValueType | value_type_ | 
| value_type. | |
RADIUS attribute definition.
Definition at line 52 of file client_dictionary.h.
| 
 | inline | 
Constructor.
| type | attribute type. | 
| name | attribute name. | 
| value_type | attribute value type. | 
Definition at line 60 of file client_dictionary.h.
References name_, type_, and value_type_.
| const std::string isc::radius::AttrDef::name_ | 
| const uint8_t isc::radius::AttrDef::type_ | 
| const AttrValueType isc::radius::AttrDef::value_type_ |