#include <CPacketCreator.h>
Inheritance diagram for CPacketCreator:
Public Member Functions | |
CPacketCreator (const string &rType, CDigitizerDictionary *pDictionary) | |
Construtor.. | |
virtual | ~CPacketCreator () |
destructor | |
CPacketCreator (const CPacketCreator &aCPacketCreator) | |
copy | |
CPacketCreator & | operator= (const CPacketCreator &aCPacketCreator) |
assign | |
int | operator== (const CPacketCreator &aCPacketCreator) const |
compare. | |
int | operator!= (const CPacketCreator &aCPacketCReator) const |
inequal compare | |
virtual CReadableObject * | Create (CTCLInterpreter &rInterp, CTCLResult &rResult, int nArgs, char **pArgs) |
Create a module. | |
virtual string | Help () |
Contribute to help. | |
Private Attributes | |
CDigitizerDictionary * | m_pModules |
|
Construtor.. Construct a module creator for the packetizing operator.
Definition at line 302 of file CPacketCreator.cpp. References m_pModules, and pDictionary(). |
|
destructor Destructor. Definition at line 319 of file CPacketCreator.cpp. |
|
copy Copy constructor. Construct copy of an existing creator:
Definition at line 329 of file CPacketCreator.cpp. |
|
Create a module. Returns a pointer to a readable object that is actually a CReadOrder module.
Implements CModuleCreator. Definition at line 411 of file CPacketCreator.cpp. References CConfigurableObject::Configure(), CModuleCreator::getModuleType(), and m_pModules. |
|
Contribute to help. Returns the help string associated with the module creational. Implements CModuleCreator. Definition at line 451 of file CPacketCreator.cpp. |
|
inequal compare Inequality comparison operator.
Definition at line 378 of file CPacketCreator.cpp. References operator==(). |
|
assign Assignment: An existing (fully constructed) object becomes a copy of another existing object.
Definition at line 345 of file CPacketCreator.cpp. References m_pModules, and CModuleCreator::operator=(). |
|
compare. Equality comparison operator.
Definition at line 364 of file CPacketCreator.cpp. References m_pModules, and CModuleCreator::operator==(). Referenced by operator!=(). |
|
Definition at line 321 of file CPacketCreator.h. Referenced by CPacketCreator(), Create(), operator=(), and operator==(). |