#include <GTXabsl2EngineExecutor.h>
Inheritance diagram for Xabsl2FileInputSource:
Public Member Functions | |
Xabsl2FileInputSource (const char *fileName) | |
Constructor. | |
~Xabsl2FileInputSource () | |
Destructor. | |
virtual bool | open () |
opens the source that contains the intermediate code | |
virtual void | close () |
closes the source | |
virtual double | readValue () |
reads a numeric value from the input source | |
virtual bool | readString (char *destination, int maxLength) |
reads a string from the input source | |
Private Attributes | |
InConfigFile * | file |
The file to read the data from. |
Definition at line 46 of file GTXabsl2EngineExecutor.h.
|
Constructor. Does not open the file
Definition at line 432 of file GTXabsl2EngineExecutor.cpp. |
|
Destructor.
Definition at line 437 of file GTXabsl2EngineExecutor.cpp. |
|
opens the source that contains the intermediate code
Implements Xabsl2InputSource. Definition at line 442 of file GTXabsl2EngineExecutor.cpp. |
|
closes the source
Implements Xabsl2InputSource. Definition at line 449 of file GTXabsl2EngineExecutor.cpp. |
|
reads a numeric value from the input source
Implements Xabsl2InputSource. Definition at line 455 of file GTXabsl2EngineExecutor.cpp. |
|
reads a string from the input source
Implements Xabsl2InputSource. Definition at line 462 of file GTXabsl2EngineExecutor.cpp. |
|
The file to read the data from.
Definition at line 77 of file GTXabsl2EngineExecutor.h. |