#include <pdns.h>
Inheritance diagram for MXRecord:
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 |
MXRecord::MXRecord | ( | ) | [inline] |
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.
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.
WORD MXRecord::preference |