Kea 2.7.5
|
Namespaces | |
namespace | detail |
Classes | |
class | Generic |
The generic::Generic class represents generic "unknown" RDATA. More... | |
struct | GenericImpl |
class | NS |
class | OPT |
class | PTR |
class | RRSIG |
rdata::RRSIG class represents the RRSIG RDATA as defined in RFC4034. More... | |
class | SOA |
class | TKEY |
rdata::TKEY class represents the TKEY RDATA as defined in RFC2930. More... | |
class | TXT |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Generic &rdata) |
Insert the name as a string into stream. | |
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 380 of file rdata.cc.
References isc::dns::rdata::generic::Generic::toText().