#include <mlObjMgrDataType.h>

Public Member Functions | |
| virtual | ~omDataType () |
| Macro for declaring methods for the runtime system. | |
| void | setContainer (void *container) |
| virtual std::string | getStringValue () const =0 |
| Get value of data type as string. | |
| virtual void | setStringValue (const std::string &value)=0 |
| Set data type value from string. | |
Protected Member Functions | |
| omDataType () | |
| Hidden constructor. | |
Protected Attributes | |
| void * | _container |
Definition at line 27 of file mlObjMgrDataType.h.
| virtual ml::omDataType::~omDataType | ( | ) | [inline, virtual] |
Macro for declaring methods for the runtime system.
Destructor
Definition at line 35 of file mlObjMgrDataType.h.
| ml::omDataType::omDataType | ( | ) | [inline, protected] |
| virtual std::string ml::omDataType::getStringValue | ( | ) | const [pure virtual] |
| void ml::omDataType::setContainer | ( | void * | container | ) | [inline] |
Definition at line 37 of file mlObjMgrDataType.h.
| virtual void ml::omDataType::setStringValue | ( | const std::string & | value | ) | [pure virtual] |
Set data type value from string.
The string is converted to the internal data type.
Implemented in ml::omData_omMessage.
void* ml::omDataType::_container [protected] |
Definition at line 50 of file mlObjMgrDataType.h.
1.5.8