Kea
1.9.9-git
|
#include <dhcp/option_definition.h>
#include <dhcp/option_space_container.h>
#include <cc/cfg_to_element.h>
#include <string>
Go to the source code of this file.
Classes | |
class | isc::dhcp::CfgOptionDef |
Represents option definitions used by the DHCP server. More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
Pointers to the @c CfgOptionDef objects. | |
typedef boost::shared_ptr< CfgOptionDef > | isc::dhcp::CfgOptionDefPtr |
Non-const pointer. More... | |
typedef boost::shared_ptr< const CfgOptionDef > | isc::dhcp::ConstCfgOptionDefPtr |
Const pointer. More... | |