|
EpcTools
An event based multi-threaded C++ development framework.
|
A Diameter NAPTR A record object. More...
#include <epcdns.h>
Public Member Functions | |
| DiameterNaptrA () | |
| Default constructor. More... | |
| DiameterHost & | getHost () |
| Retrieves the Diameter host. More... | |
| Void | dump (const char *prefix) |
| Prints the contents of this object. More... | |
Public Member Functions inherited from EPCDNS::DiameterNaptr | |
| 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... | |
A Diameter NAPTR A record object.
|
inline |
Default constructor.
|
inline |
Prints the contents of this object.
| prefix | a value to prepend to each line. |
|
inline |
Retrieves the Diameter host.
1.8.16