EpcTools
An event based multi-threaded C++ development framework.
|
A list of colocated candidates. More...
#include <epcdns.h>
Public Member Functions | |
ColocatedCandidateList (NodeSelectorResultList &nodelist1, NodeSelectorResultList &nodelist2) | |
Class constructor. More... | |
~ColocatedCandidateList () | |
Class destructor. More... | |
Void | dump (const char *prefix="") |
Prints the contents of this object. More... | |
A list of colocated candidates.
ColocatedCandidateList::ColocatedCandidateList | ( | NodeSelectorResultList & | nodelist1, |
NodeSelectorResultList & | nodelist2 | ||
) |
Class constructor.
nodelist1 | the first list of node selection results. |
nodelist2 | the second list of node selection results. |
ColocatedCandidateList::~ColocatedCandidateList | ( | ) |
Class destructor.
|
inline |
Prints the contents of this object.
prefix | a value to prepend to each line. |