Public Member Functions | |
DataInfo () | |
DataInfo (const XML::Element &data, AlgorithmCreator::State &creator) throw (code::Exception) | |
void | addToUsage (std::string &opt, std::string &help) const |
The first string is an enumeration of the options: "i:o:r" etc. | |
std::string | getOptionSettingSourceCode () const |
Public Attributes | |
CommandLineOption | cmdLine |
std::string | dataType |
bool | delayedCreation |
bool | initOnStart |
code::AlgorithmCreator::DataInfo::DataInfo | ( | ) | [inline] |
code::AlgorithmCreator::DataInfo::DataInfo | ( | const XML::Element & | data, | |
AlgorithmCreator::State & | creator | |||
) | throw (code::Exception) |
void code::AlgorithmCreator::DataInfo::addToUsage | ( | std::string & | opt, | |
std::string & | help | |||
) | const [inline] |
The first string is an enumeration of the options: "i:o:r" etc.
The second string is a verbose description.
std::string code::AlgorithmCreator::DataInfo::getOptionSettingSourceCode | ( | ) | const [inline] |
std::string code::AlgorithmCreator::DataInfo::dataType |