Rudiments
|
Inherits object.
Inherited by compilerpostprocessor, compilerpreprocessor, and compilerprocessor.
Public Member Functions | |
compilermodule () | |
virtual | ~compilermodule () |
void | setId (const char *id) |
bool | setParameters (const char *parameters) |
void | setParameters (domnode *parameters) |
const char * | getId () |
domnode * | getParameters () |
Public Member Functions inherited from object | |
virtual | ~object () |
Protected Attributes | |
const char * | id |
domnode * | parameters |
The compilermodule class is a the base class for compilerpreprocessor, compilreprocessor and compilerpostprocessor modules. It just stores the module id and parameters.
compilermodule::compilermodule | ( | ) |
Creates a new instance of the compilermodule class.
|
virtual |
Deletes this instance of the compilermodule class.
const char* compilermodule::getId | ( | ) |
Returns the id of this instance.
domnode* compilermodule::getParameters | ( | ) |
Returns the parameters of this instance.
void compilermodule::setId | ( | const char * | id | ) |
Sets the id of this instance.
bool compilermodule::setParameters | ( | const char * | parameters | ) |
Sets parameters for this instance.
void compilermodule::setParameters | ( | domnode * | parameters | ) |
Sets parameters for this instance.