#include <Xabsl2Symbols.h>
Inheritance diagram for Xabsl2EnumeratedInputSymbol:
Public Member Functions | |
Xabsl2EnumeratedInputSymbol (const char *name, const int *pVariable) | |
Constructor. | |
Xabsl2EnumeratedInputSymbol (const char *name, Xabsl2FunctionProvider *pInstance, int(Xabsl2FunctionProvider::*pFunction)()) | |
Constructor. | |
~Xabsl2EnumeratedInputSymbol () | |
Destructor. | |
Public Attributes | |
Xabsl2Array< Xabsl2EnumElement * > | enumElements |
Assignes a enum value from a function or variable in the software environment to the enum-element string in the XML formalization. |
Definition at line 195 of file Xabsl2Symbols.h.
|
Constructor.
Definition at line 203 of file Xabsl2Symbols.h. |
|
Constructor.
Definition at line 213 of file Xabsl2Symbols.h. |
|
Destructor. Deletes the enum elements Definition at line 11 of file Xabsl2Symbols.cpp. References enumElements, and Xabsl2Array< Xabsl2EnumElement * >::getSize(). |
Here is the call graph for this function:
|
Assignes a enum value from a function or variable in the software environment to the enum-element string in the XML formalization.
Definition at line 224 of file Xabsl2Symbols.h. Referenced by Xabsl2Symbols::registerEnumeratedInputSymbolEnumElement(), GTXabsl2EngineExecutor::sendDebugMessage(), Xabsl2EnumeratedInputSymbolComparison::Xabsl2EnumeratedInputSymbolComparison(), and ~Xabsl2EnumeratedInputSymbol(). |