Kea
1.9.9-git
|
#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>
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, RdataFactoryPtr > | isc::dns::GenericRdataFactoryMap |
typedef map< RRTypeClass, RdataFactoryPtr > | isc::dns::RdataFactoryMap |
typedef pair< RRType, RRClass > | isc::dns::RRTypeClass |
Note: the element ordering in the type/class pair is intentional. More... | |
uint16_t code_ |
Definition at line 71 of file rrparamregistry.cc.
string code_string_ |
Definition at line 70 of file rrparamregistry.cc.