tdns
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
UnknownGen Struct Reference

This implements 'unknown record types'. More...

#include <record-types.hh>

Inheritance diagram for UnknownGen:
[legend]
Collaboration diagram for UnknownGen:
[legend]

Public Member Functions

 UnknownGen (DNSType type, const std::string &rr)
 
void toMessage (DNSMessageWriter &dpw) override
 
std::string toString () const override
 
DNSType getType () const override
 
- Public Member Functions inherited from RRGen
virtual ~RRGen ()
 

Public Attributes

DNSType d_type
 
std::string d_rr
 

Detailed Description

This implements 'unknown record types'.

Constructor & Destructor Documentation

UnknownGen::UnknownGen ( DNSType  type,
const std::string &  rr 
)
inline

Member Function Documentation

DNSType UnknownGen::getType ( ) const
inlineoverridevirtual

Implements RRGen.

void UnknownGen::toMessage ( DNSMessageWriter dpw)
overridevirtual

Implements RRGen.

Here is the call graph for this function:

std::string UnknownGen::toString ( ) const
overridevirtual

Implements RRGen.

Member Data Documentation

std::string UnknownGen::d_rr
DNSType UnknownGen::d_type

The documentation for this struct was generated from the following files: