Kea
1.9.9-git
|
#include <cc/cfg_to_element.h>
#include <database/database_connection.h>
#include <boost/shared_ptr.hpp>
#include <string>
#include <list>
Go to the source code of this file.
Classes | |
class | isc::dhcp::CfgDbAccess |
Holds access parameters and the configuration of the lease and hosts database connection. More... | |
struct | isc::dhcp::CfgHostDbAccess |
struct | isc::dhcp::CfgLeaseDbAccess |
utility class for unparsing More... | |
Namespaces | |
isc | |
Defines the logger used by the top-level component of kea-dhcp-ddns. | |
isc::dhcp | |
Typedefs | |
typedef boost::shared_ptr< CfgDbAccess > | isc::dhcp::CfgDbAccessPtr |
A pointer to the CfgDbAccess . More... | |
typedef boost::shared_ptr< const CfgDbAccess > | isc::dhcp::ConstCfgDbAccessPtr |
A pointer to the const CfgDbAccess . More... | |