Inheritance diagram for DynamicExecutor:

Public Member Functions | |
| DynamicExecutor () | |
| int | execute (char *buffer, u_long length) |
| int | executeFromFile (char *fileName) |
| virtual | ~DynamicExecutor () |
Private Member Functions | |
| int | loadFileAndExecute (char *fileName) |
Private Attributes | |
| XmlParser * | errorParser |
| string | filename |
|
|
Default constructor. |
|
|
Destroy the object. |
|
||||||||||||
|
Execute the code.
|
|
|
Execute the code from a file.
|
|
|
Load the file in memory and try to execute the buffer. |
|
|
|
|
|
|
1.3.9.1