libmoldeo (Moldeo 1.0 Core)
1.0
libmoldeo is the group of objects and functions that executes the basic operations of Moldeo 1.0 Platform.
|
#include <moPreConfig.h>
Public Member Functions | |
moPreConfig () | |
moPreConfig (const moPreConfig &src) | |
moPreConfig (moPreconfigIndexes &preconfindexes) | |
virtual | ~moPreConfig () |
virtual MOboolean | Init () |
virtual MOboolean | Finish () |
moPreconfigParamIndex | operator[] (MOint paramindex) |
moPreConfig & | operator= (const moPreConfig &preconf) |
const moText & | ToJSON () |
Public Attributes | |
moText | m_Name |
moPreconfigIndexes | m_PreconfIndexes |
Definition at line 72 of file moPreConfig.h.
moPreConfig::moPreConfig | ( | ) |
|
inline |
Definition at line 76 of file moPreConfig.h.
moPreConfig::moPreConfig | ( | moPreconfigIndexes & | preconfindexes | ) |
Definition at line 77 of file moPreConfig.cpp.
|
virtual |
Definition at line 61 of file moPreConfig.cpp.
|
virtual |
Definition at line 114 of file moPreConfig.cpp.
|
virtual |
Definition at line 107 of file moPreConfig.cpp.
moPreConfig & moPreConfig::operator= | ( | const moPreConfig & | preconf | ) |
Definition at line 69 of file moPreConfig.cpp.
moPreconfigParamIndex moPreConfig::operator[] | ( | MOint | paramindex | ) |
Definition at line 122 of file moPreConfig.cpp.
const moText & moPreConfig::ToJSON | ( | ) |
moText moPreConfig::m_Name |
Definition at line 90 of file moPreConfig.h.
moPreconfigIndexes moPreConfig::m_PreconfIndexes |
Definition at line 92 of file moPreConfig.h.