#include <llsrv.h>
Collaboration diagram for LLSRVRecord:

Public Member Functions | |
| LLSRVRecord (U16 priority, U16 weight, const std::string &target, U16 port) | |
| U16 | priority () const |
| U16 | weight () const |
| const std::string & | target () const |
| U16 | port () const |
Protected Attributes | |
| U16 | mPriority |
| U16 | mWeight |
| std::string | mTarget |
| U16 | mPort |
Friends | |
| class | LLSRV |
Classes | |
| struct | ComparePriorityLowest |
Definition at line 34 of file llsrv.h.
| U16 LLSRVRecord::priority | ( | ) | const [inline] |
| const std::string& LLSRVRecord::target | ( | ) | const [inline] |
| U16 LLSRVRecord::weight | ( | ) | const [inline] |
U16 LLSRVRecord::mPort [protected] |
U16 LLSRVRecord::mPriority [protected] |
Definition at line 39 of file llsrv.h.
Referenced by LLSRVRecord::ComparePriorityLowest::operator()(), and priority().
std::string LLSRVRecord::mTarget [protected] |
U16 LLSRVRecord::mWeight [protected] |
1.4.7