|
EpcTools
An event based multi-threaded C++ development framework.
|
A list of node selector result objects. More...
#include <epcdns.h>
Public Member Functions | |
| NodeSelectorResultList () | |
| Default constructor. More... | |
| ~NodeSelectorResultList () | |
| Class destructor. More... | |
| Void | dump (const char *prefix) |
| Prints the contents of this object. More... | |
Static Public Member Functions | |
| static Bool | sort_compare (NodeSelectorResult *&first, NodeSelectorResult *&second) |
| A comparison function used to sort the members of the list. More... | |
A list of node selector result objects.
|
inline |
Default constructor.
|
inline |
Class destructor.
|
inline |
Prints the contents of this object.
| prefix | a value to prepend to each line. |
|
static |
A comparison function used to sort the members of the list.
| first | the first NodeSelectorResult object. |
| second | the second NodeSelectorResult object. |
1.8.16