PDNS::NAPTRRecord Class Reference

#include <enum.h>

Inheritance diagram for PDNS::NAPTRRecord:

PObject List of all members.

Public Member Functions

Comparison Compare (const PObject &obj) const
 Compare the two objects and return their relative rank.
void PrintOn (ostream &strm) const
 Output the contents of the object to the stream.

Public Attributes

WORD order
WORD preference
PString flags
PString service
PString regex
PString replacement

Member Function Documentation

Comparison PDNS::NAPTRRecord::Compare ( const PObject obj  )  const [virtual]

Compare the two objects and return their relative rank.

This function is usually overridden by descendent classes to yield the ranking according to the semantics of the object.

The default function is to use the CompareObjectMemoryDirect() function to do a byte wise memory comparison of the two objects.

Returns:
LessThan, EqualTo or GreaterThan according to the relative rank of the objects.

Reimplemented from PObject.

void PDNS::NAPTRRecord::PrintOn ( ostream &  strm  )  const [virtual]

Output the contents of the object to the stream.

The exact output is dependent on the exact semantics of the descendent class. This is primarily used by the standard operator<< function.

The default behaviour is to print the class name.

Reimplemented from PObject.


Member Data Documentation

PString PDNS::NAPTRRecord::flags

WORD PDNS::NAPTRRecord::order

WORD PDNS::NAPTRRecord::preference

PString PDNS::NAPTRRecord::regex

PString PDNS::NAPTRRecord::replacement

PString PDNS::NAPTRRecord::service


The documentation for this class was generated from the following file:
Generated on Fri Oct 14 01:44:14 2011 for PTLib by  doxygen 1.4.7