Kea 2.5.8
rrparamregistry.h File Reference
#include <string>
#include <stdint.h>
#include <boost/shared_ptr.hpp>
#include <dns/exceptions.h>
#include <dns/rdata.h>
+ Include dependency graph for rrparamregistry.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::dns::rdata::AbstractRdataFactory
 The AbstractRdataFactory class is an abstract base class to encapsulate a set of Rdata factory methods in a polymorphic way. More...
 
class  isc::dns::RRClassExists
 A standard DNS module exception that is thrown if a new RR class is being registered with a different type string. More...
 
class  isc::dns::RRParamRegistry
 The RRParamRegistry class represents a registry of parameters to manipulate DNS resource records (RRs). More...
 
class  isc::dns::RRTypeExists
 A standard DNS module exception that is thrown if a new RR type is being registered with a different type string. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::dns
 
namespace  isc::dns::rdata
 

Typedefs

typedef boost::shared_ptr< AbstractRdataFactory > isc::dns::rdata::RdataFactoryPtr
 The RdataFactoryPtr type is a pointer-like type, pointing to an object of some concrete derived class of AbstractRdataFactory.