nidas  v1.2-1520
Public Member Functions | Private Attributes | List of all members
nidas::core::DSMServerIterator Class Reference

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 ()
 
DSMServernext ()
 

Private Attributes

const std::list< DSMServer * > * _servers
 
std::list< DSMServer * >
::const_iterator 
_serverItr
 
SiteIterator _siteIterator
 

Detailed Description

Class for iterating over the DSMServers of a Project.

Constructor & Destructor Documentation

DSMServerIterator::DSMServerIterator ( const Project obj)
DSMServerIterator::DSMServerIterator ( const Site obj)
DSMServerIterator::DSMServerIterator ( )

Member Function Documentation

bool DSMServerIterator::hasNext ( )
DSMServer* nidas::core::DSMServerIterator::next ( )
inline

Member Data Documentation

std::list<DSMServer*>::const_iterator nidas::core::DSMServerIterator::_serverItr
private

Referenced by hasNext(), and next().

const std::list<DSMServer*>* nidas::core::DSMServerIterator::_servers
private

Referenced by hasNext().

SiteIterator nidas::core::DSMServerIterator::_siteIterator
private

Referenced by hasNext().


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