Inherited by CDelphiDataMarshal [virtual]
.
IDataMarshal::IDataMarshal |
( |
| ) |
|
|
inline |
constructor I (for regular delphi runs)
IDataMarshal::IDataMarshal |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
|
inline |
constructor II (for mcce runs)
virtual IDataMarshal::~IDataMarshal |
( |
| ) |
|
|
inlinevirtual |
bool IDataMarshal::getBiomodel |
( |
const string & |
strLineNoSpace | ) |
|
|
protected |
Function to read biomodel and solver names
- Parameters
-
strLineNoSpace | line of the parameter file with no spaces or comments |
- Returns
- success/false
virtual bool IDataMarshal::getFunction |
( |
string |
strLineNoSpace | ) |
|
|
protectedpure virtual |
Function to obtain the value(s) from a function
- Parameters
-
strLineNoSpace | line of the parameter file with no spaces or comments |
- Returns
- success/false
bool IDataMarshal::getParameter |
( |
const string & |
strLineNoSpace | ) |
|
|
protected |
Function that reads a line, and determines whether the line is a statement or a function.
- Parameters
-
strLineNoSpace | line of the parameter file without spaces and comments, and then determines if the function is a statement by the presence of an equal sign which is NOT inside brackets. |
- Returns
- success/false
bool IDataMarshal::getQinclude |
( |
const string & |
strLineNoSpace | ) |
|
|
protected |
Function to determine the presence of a qinclude command and read it
- Parameters
-
strLineNoSpace | line of the parameter file with no spaces or comments |
- Returns
- success/false
virtual bool IDataMarshal::getStatement |
( |
string |
strLineNoSpace | ) |
|
|
protectedpure virtual |
Function to obtain the value(s) of a statement
- Parameters
-
strLineNoSpace | line of the parameter file with no spaces or comments |
- Returns
- success/false
void IDataMarshal::read |
( |
string |
strFileName | ) |
|
Function to read the parameter file and executes the parsing.
- Parameters
-
[in] | strFileName | Name of the parameter file |
virtual void IDataMarshal::updateParameters |
( |
| ) |
|
|
pure virtual |
Function to perform after-reading updates. Must be implemented by the derived classes.
Implemented in CDelphiDataMarshal.
The documentation for this class was generated from the following files: