Kea 2.5.8
rrparamregistry.cc File Reference
#include <config.h>
#include <exceptions/exceptions.h>
#include <exceptions/isc_assert.h>
#include <dns/rrparamregistry.h>
#include <dns/rrclass.h>
#include <dns/rrtype.h>
#include <dns/rdata.h>
#include <dns/rdataclass.h>
#include <cassert>
#include <algorithm>
#include <cctype>
#include <functional>
#include <map>
#include <stdint.h>
#include <string>
#include <sstream>
#include <utility>
#include <boost/shared_ptr.hpp>
+ 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

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  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.
 

Variable Documentation

◆ code_

uint16_t code_

Definition at line 59 of file rrparamregistry.cc.

◆ code_string_

string code_string_

Definition at line 58 of file rrparamregistry.cc.