![]() |
Kea
2.5.2
|
THIS FILE USED TO BE AUTOMATICALLY GENERATED BY gen-rdatacode.py. More...
#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-lfc. | |
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... | |
THIS FILE USED TO BE AUTOMATICALLY GENERATED BY gen-rdatacode.py.
Once this library was taken over by Kea project, we do not develop the DNS capabilities anymore, as Kea focuses on DHCP, not DNS. As such, we stopped adding new RR types as those we have are sufficient. Therefore it's unlikely this file will ever be regenerated.
Definition in file rrparamregistry.cc.
uint16_t code_ |
Definition at line 71 of file rrparamregistry.cc.
string code_string_ |
Definition at line 70 of file rrparamregistry.cc.