Kea  1.9.9-git
rrparamregistry.cc File Reference
#include <config.h>
#include <cassert>
#include <algorithm>
#include <cctype>
#include <functional>
#include <map>
#include <string>
#include <sstream>
#include <utility>
#include <stdint.h>
#include <boost/shared_ptr.hpp>
#include <exceptions/exceptions.h>
#include <dns/rrparamregistry.h>
#include <dns/rrclass.h>
#include <dns/rrtype.h>
#include <dns/rdata.h>
#include <dns/rdataclass.h>
+ Include dependency graph for rrparamregistry.cc:

Go to the source code of this file.

Classes

class  isc::dns::RdataFactory< T >
 
struct  isc::dns::RRParamRegistryImpl
 The RRParamRegistryImpl class is the actual implementation of RRParamRegistry. More...
 

Namespaces

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

Typedefs

typedef map< RRType, RdataFactoryPtrisc::dns::GenericRdataFactoryMap
 
typedef map< RRTypeClass, RdataFactoryPtrisc::dns::RdataFactoryMap
 
typedef pair< RRType, RRClass > isc::dns::RRTypeClass
 Note: the element ordering in the type/class pair is intentional. More...
 

Variable Documentation

uint16_t code_

Definition at line 71 of file rrparamregistry.cc.

string code_string_

Definition at line 70 of file rrparamregistry.cc.