Kea 2.7.5
|
#include <cc/cfg_to_element.h>
#include <cc/data.h>
#include <boost/shared_ptr.hpp>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | isc::dhcp::CfgGlobals |
Class to store configured global parameters. More... | |
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::dhcp |
Typedefs | |
typedef boost::shared_ptr< CfgGlobals > | isc::dhcp::CfgGlobalsPtr |
Non-const shared pointer to a CfgGlobals instance. | |
typedef boost::shared_ptr< const CfgGlobals > | isc::dhcp::ConstCfgGlobalsPtr |
Const shared pointer to a CfgGlobals instance. | |