EpcTools
An event based multi-threaded C++ development framework.
Public Member Functions | List of all members
EPCDNS::ColocatedCandidateList Class Reference

A list of colocated candidates. More...

#include <epcdns.h>

Inheritance diagram for EPCDNS::ColocatedCandidateList:

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...
 

Detailed Description

A list of colocated candidates.

Constructor & Destructor Documentation

◆ ColocatedCandidateList()

ColocatedCandidateList::ColocatedCandidateList ( NodeSelectorResultList nodelist1,
NodeSelectorResultList nodelist2 
)

Class constructor.

Parameters
nodelist1the first list of node selection results.
nodelist2the second list of node selection results.

◆ ~ColocatedCandidateList()

ColocatedCandidateList::~ColocatedCandidateList ( )

Class destructor.

Member Function Documentation

◆ dump()

Void EPCDNS::ColocatedCandidateList::dump ( const char *  prefix = "")
inline

Prints the contents of this object.

Parameters
prefixa value to prepend to each line.

The documentation for this class was generated from the following files: