#include <GTXabsl2EngineExecutor.h>
Inheritance diagram for Xabsl2MessageInputSource:
Public Member Functions | |
Xabsl2MessageInputSource (InConfigMessage &message) | |
Constructor. | |
~Xabsl2MessageInputSource () | |
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 | |
InConfigMessage & | message |
The file to read the data from. |
Definition at line 81 of file GTXabsl2EngineExecutor.h.
|
Constructor. Does not open the file
Definition at line 468 of file GTXabsl2EngineExecutor.cpp. |
|
Destructor.
Definition at line 91 of file GTXabsl2EngineExecutor.h. |
|
opens the source that contains the intermediate code
Implements Xabsl2InputSource. Definition at line 94 of file GTXabsl2EngineExecutor.h. |
|
closes the source
Implements Xabsl2InputSource. Definition at line 97 of file GTXabsl2EngineExecutor.h. |
|
reads a numeric value from the input source
Implements Xabsl2InputSource. Definition at line 473 of file GTXabsl2EngineExecutor.cpp. References message. |
|
reads a string from the input source
Implements Xabsl2InputSource. Definition at line 480 of file GTXabsl2EngineExecutor.cpp. References message. |
|
The file to read the data from.
Definition at line 112 of file GTXabsl2EngineExecutor.h. Referenced by readString(), and readValue(). |