StagersController Class Reference

#include <StagersController.h>

Collaboration diagram for StagersController:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Stagercreate ()
std::pair< std::list< Stager * >
::iterator, std::list< Stager * >
::iterator > 
getIterators ()
void remove (std::list< Stager * >::iterator)

Static Public Member Functions

static StagersControllergetInstance ()
 Provides access to this singleton.

Protected Member Functions

 StagersController ()
virtual ~StagersController ()

Private Attributes

std::list< Stager * > Stagers

Static Private Attributes

static StagersController_instance = 0
static LoggerPtr logger
 LOG4CXX logger.

Constructor & Destructor Documentation

StagersController::StagersController (  )  [protected]

Here is the caller graph for this function:

StagersController::~StagersController (  )  [protected, virtual]

Member Function Documentation

Stager * StagersController::create (  ) 

Here is the caller graph for this function:

StagersController * StagersController::getInstance (  )  [static]

Provides access to this singleton.

Here is the call graph for this function:

Here is the caller graph for this function:

std::pair< std::list< Stager * >::iterator, std::list< Stager * >::iterator > StagersController::getIterators (  ) 

Here is the caller graph for this function:

void StagersController::remove ( std::list< Stager * >::iterator  pos  ) 

Here is the caller graph for this function:


Member Data Documentation

LoggerPtr StagersController::logger [static, private]

LOG4CXX logger.

std::list<Stager*> StagersController::Stagers [private]

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

Generated on 4 Mar 2010 for TReqS by  doxygen 1.6.1