#include <Xabsl2Symbols.h>
Inheritance diagram for Xabsl2InputSymbol< T >:
Public Member Functions | |
Xabsl2InputSymbol (const char *name, const T *pVariable) | |
Constructor. | |
Xabsl2InputSymbol (const char *name, Xabsl2FunctionProvider *pInstance, T(Xabsl2FunctionProvider::*pFunction)()) | |
Constructor. | |
T | getValue () const |
returns the value of the symbol | |
Private Attributes | |
const T * | pV |
A pointer to a variable in the software environment. | |
Xabsl2FunctionProvider * | pI |
A pointer to the instance object that contains the function. | |
T(Xabsl2FunctionProvider::* | pF )() |
A pointer to a T returning function in the software environment. |
Definition at line 31 of file Xabsl2Symbols.h.
|
Constructor.
Definition at line 39 of file Xabsl2Symbols.h. |
|
Constructor.
Definition at line 49 of file Xabsl2Symbols.h. |
|
returns the value of the symbol
Definition at line 55 of file Xabsl2Symbols.h. |
|
A pointer to a variable in the software environment.
Definition at line 60 of file Xabsl2Symbols.h. |
|
A pointer to the instance object that contains the function.
Definition at line 63 of file Xabsl2Symbols.h. |
|
A pointer to a T returning function in the software environment.
|