Kea
1.9.9-git
|
Namespaces | |
detail | |
Classes | |
class | AFSDB |
rdata::AFSDB class represents the AFSDB RDATA as defined in RFC1183. More... | |
class | CAA |
class | CNAME |
class | DLV |
rdata::generic::DLV class represents the DLV RDATA as defined in RFC4431. More... | |
class | DNAME |
class | DNSKEY |
class | DS |
rdata::generic::DS class represents the DS RDATA as defined in RFC3658. More... | |
class | Generic |
The generic::Generic class represents generic "unknown" RDATA. More... | |
struct | GenericImpl |
class | HINFO |
HINFO class represents the HINFO rdata defined in RFC1034, RFC1035 More... | |
class | MINFO |
rdata::generic::MINFO class represents the MINFO RDATA as defined in RFC1035. More... | |
class | MX |
class | NAPTR |
NAPTR class represents the NAPTR rdata defined in RFC2915, RFC2168 and RFC3403 More... | |
class | NS |
class | NSEC |
class | NSEC3 |
class | NSEC3PARAM |
class | OPT |
class | PTR |
class | RP |
rdata::generic::RP class represents the RP RDATA as defined in RFC1183. More... | |
class | RRSIG |
rdata::RRSIG class represents the RRSIG RDATA as defined in RFC4034. More... | |
class | SOA |
class | SPF |
rdata::SPF class represents the SPF RDATA as defined in RFC4408. More... | |
class | SSHFP |
class | TKEY |
rdata::TKEY class represents the TKEY RDATA as defined in RFC2930. More... | |
class | TLSA |
class | TXT |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Generic &rdata) |
Insert the name as a string into stream. More... | |
std::ostream & isc::dns::rdata::generic::operator<< | ( | std::ostream & | os, |
const Generic & | rdata | ||
) |
Insert the name as a string into stream.
This method convert the rdata
into a string and inserts it into the output stream os
.
This function overloads the global operator<<
to behave as described in ostream::operator<<
but applied to generic::Generic
Rdata objects.
os | A std::ostream object on which the insertion operation is performed. |
rdata | The Generic object output by the operation. |
std::ostream
object referenced by parameter os
after the insertion operation. Definition at line 401 of file rdata.cc.
References isc::dns::rdata::generic::Generic::toText().