Kea 3.0.0
rdataclass.h File Reference
#include <dns/master_loader.h>
#include <dns/name.h>
#include <dns/rdata.h>
#include <dns/rrttl.h>
#include <dns/rrtype.h>
#include <dns/serial.h>
#include <util/buffer.h>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <stdint.h>
#include <string>
#include <vector>
Include dependency graph for rdataclass.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::ch::A
class  isc::dns::rdata::in::A
class  isc::dns::rdata::in::AAAA
class  isc::dns::rdata::in::DHCID
 rdata::DHCID class represents the DHCID RDATA as defined in RFC4701. More...
class  isc::dns::rdata::generic::NS
class  isc::dns::rdata::generic::OPT
class  isc::dns::rdata::generic::OPT::PseudoRR
 A class representing a pseudo RR (or option) within an OPT RR (see RFC 6891). More...
class  isc::dns::rdata::generic::PTR
class  isc::dns::rdata::generic::RRSIG
 rdata::RRSIG class represents the RRSIG RDATA as defined in RFC4034. More...
class  isc::dns::rdata::generic::SOA
class  isc::dns::rdata::generic::TKEY
 rdata::TKEY class represents the TKEY RDATA as defined in RFC2930. More...
class  isc::dns::rdata::any::TSIG
 rdata::TSIG class represents the TSIG RDATA as defined in RFC2845. More...
class  isc::dns::rdata::generic::TXT

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
namespace  isc::dns
namespace  isc::dns::rdata
namespace  isc::dns::rdata::any
namespace  isc::dns::rdata::ch
namespace  isc::dns::rdata::generic
namespace  isc::dns::rdata::generic::detail
namespace  isc::dns::rdata::in

Functions

Name isc::dns::rdata::generic::detail::createNameFromLexer (MasterLexer &lexer, const Name *origin)
 Construct a Name object using a master lexer and optional origin.