|  | Kea 3.1.0
    | 
| Namespaces | |
| namespace | detail | 
| Classes | |
| class | Generic | 
| The generic::Genericclass represents generic "unknown" RDATA.  More... | |
| struct | GenericImpl | 
| class | NS | 
| class | OPT | 
| class | PTR | 
| class | RRSIG | 
| rdata::RRSIGclass represents the RRSIG RDATA as defined in RFC4034.  More... | |
| class | SOA | 
| class | TKEY | 
| rdata::TKEYclass 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::ostreamobject on which the insertion operation is performed. | 
| rdata | The Genericobject output by the operation. | 
std::ostream object referenced by parameter os after the insertion operation.