Public Member Functions | |
ListGatherer (CTCLResult &rResult, char *pMatch) | |
void | operator() (pair< string, CDigitizerModule * > p) |
Private Attributes | |
CTCLResult & | m_rResult |
char * | m_pMatch |
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.
|
Definition at line 317 of file src/CModuleCommand.cpp. |
|
Definition at line 321 of file src/CModuleCommand.cpp. |
|
Definition at line 315 of file src/CModuleCommand.cpp. Referenced by ListGatherer(), and operator()(). |
|
Definition at line 314 of file src/CModuleCommand.cpp. Referenced by ListGatherer(), and operator()(). |