Kea  1.9.9-git
cql_host_data_source.cc File Reference
#include <config.h>
#include <cql/cql_exchange.h>
#include <database/db_exceptions.h>
#include <dhcpsrv/cql_host_data_source.h>
#include <dhcp/duid.h>
#include <dhcp/libdhcp++.h>
#include <dhcp/option.h>
#include <dhcp/option_definition.h>
#include <dhcpsrv/cfg_option.h>
#include <dhcpsrv/cfgmgr.h>
#include <dhcpsrv/dhcpsrv_log.h>
#include <util/buffer.h>
#include <util/hash.h>
#include <util/optional.h>
#include <asiolink/io_address.h>
#include <stdint.h>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/assert.hpp>
#include <boost/unordered_map.hpp>
#include <iosfwd>
#include <memory>
#include <string>
+ Include dependency graph for cql_host_data_source.cc:

Go to the source code of this file.

Classes

class  isc::dhcp::CqlHostDataSourceImpl
 Implementation of the CqlHostDataSource. More...
 
class  isc::dhcp::CqlHostExchange
 Provides mechanisms for sending and retrieving data from the hosts table. More...
 

Namespaces

 isc
 Defines the logger used by the top-level component of kea-dhcp-ddns.
 
 isc::dhcp
 

Enumerations

enum  HostKeyComponent
 Identifies components of the host key. More...
 

Functions

std::size_t isc::dhcp::hash_value (const HostKey &key)
 hash function for HostMap More...
 
bool isc::dhcp::operator== (const HostKey &key1, const HostKey &key2)
 equals operator for HostKey More...
 

Enumeration Type Documentation

Identifies components of the host key.

Definition at line 64 of file cql_host_data_source.cc.