MXRecord Class Reference

#include <pdns.h>

Inheritance diagram for MXRecord:

PObject List of all members.

Public Member Functions

 MXRecord ()
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

PString hostName
PIPSocket::Address hostAddress
PBoolean used
WORD preference

Constructor & Destructor Documentation

MXRecord::MXRecord (  )  [inline]


Member Function Documentation

Comparison MXRecord::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 MXRecord::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

PIPSocket::Address MXRecord::hostAddress

PString MXRecord::hostName

WORD MXRecord::preference

PBoolean MXRecord::used


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