EpcTools
An event based multi-threaded C++ development framework.
|
Diameter name pointer (NAPTR) object. More...
#include <epcdns.h>
Public Member Functions | |
DiameterNaptr (DiameterNaptrTypeEnum drt) | |
Class constructor. More... | |
virtual | ~DiameterNaptr () |
Class destructor. More... | |
DiameterNaptrTypeEnum | getType () |
Retrieves the NAPTR type. More... | |
uint16_t | getOrder () |
Retrieves the order value. More... | |
uint16_t | setOrder (uint16_t order) |
Assigns the order value. More... | |
uint16_t | getPreference () |
Retrieves the preference value. More... | |
uint16_t | setPreference (uint16_t pref) |
Assigns the preference value. More... | |
const EString & | getService () |
Retrieves the service value. More... | |
const EString & | setService (const char *service) |
Assigns the service value. More... | |
const EString & | setService (const std::string &service) |
Assigns the service value. More... | |
const EString & | getReplacement () |
Retrieves the replacement value. More... | |
const EString & | setReplacement (const char *replacement) |
Assigns the replacement value. More... | |
const EString & | setReplacement (const std::string &replacement) |
Assigns the replacement value. More... | |
Void | dump (const char *prefix) |
Prints the contents of this object. More... | |
Diameter name pointer (NAPTR) object.
|
inline |
Class constructor.
drt | the NAPTR type. |
|
inlinevirtual |
Class destructor.
|
inline |
Prints the contents of this object.
prefix | a value to prepend to each line. |
|
inline |
Retrieves the order value.
|
inline |
Retrieves the preference value.
|
inline |
Retrieves the replacement value.
|
inline |
Retrieves the service value.
|
inline |
Retrieves the NAPTR type.
|
inline |
Assigns the order value.
order | the order value. |
|
inline |
Assigns the preference value.
pref | the preference value. |
|
inline |
Assigns the replacement value.
replacement | the replacement value. |
|
inline |
Assigns the replacement value.
replacement | the replacement value. |
|
inline |
Assigns the service value.
service | the service value. |
|
inline |
Assigns the service value.
service | the service value. |