|
nidas v1.2.3
|
Class for iterating over the DSMServers of a Project. More...
#include <NidsIterators.h>
Public Member Functions | |
| DSMServerIterator (const Project *) | |
| DSMServerIterator (const Site *) | |
| DSMServerIterator () | |
| bool | hasNext () |
| DSMServer * | next () |
Private Attributes | |
| const std::list< DSMServer * > * | _servers |
| std::list< DSMServer * >::const_iterator | _serverItr |
| SiteIterator | _siteIterator |
Class for iterating over the DSMServers of a Project.
| DSMServerIterator::DSMServerIterator | ( | ) |
| bool DSMServerIterator::hasNext | ( | ) |
References _serverItr, _servers, _siteIterator, nidas::core::SiteIterator::hasNext(), and nidas::core::SiteIterator::next().
Referenced by nidas::core::DSMServiceIterator::hasNext().
|
inline |
References _serverItr.
Referenced by nidas::core::DSMServiceIterator::hasNext().
|
private |
Referenced by hasNext().
|
private |
Referenced by hasNext().