Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

ListGatherer Class Reference

List of all members.

Public Member Functions

 ListGatherer (CTCLResult &rResult, char *pMatch)
void operator() (pair< string, CDigitizerModule * > p)

Private Attributes

CTCLResult & m_rResult
char * m_pMatch

Detailed Description

Executes the module command. The module command has the following form: module newname type {configuration data} module -list ?pattern module -delete name module -types

The module command relies on the recognizer pattern. m_Creators is a list of module type creators. The creational form of the module command iterates through the set of creators looking for one that matches the type keword. When one is found it is used to create the actual module.

Definition at line 311 of file src/CModuleCommand.cpp.


Constructor & Destructor Documentation

ListGatherer::ListGatherer CTCLResult &  rResult,
char *  pMatch
[inline]
 

Definition at line 317 of file src/CModuleCommand.cpp.

References m_pMatch, and m_rResult.


Member Function Documentation

void ListGatherer::operator() pair< string, CDigitizerModule * >  p  )  [inline]
 

Definition at line 321 of file src/CModuleCommand.cpp.

References m_pMatch, and m_rResult.


Member Data Documentation

char* ListGatherer::m_pMatch [private]
 

Definition at line 315 of file src/CModuleCommand.cpp.

Referenced by ListGatherer(), and operator()().

CTCLResult& ListGatherer::m_rResult [private]
 

Definition at line 314 of file src/CModuleCommand.cpp.

Referenced by ListGatherer(), and operator()().


The documentation for this class was generated from the following file:
Generated on Fri Mar 12 13:04:35 2004 for Scripted Readout by doxygen 1.3.4