#include <ObjMgr/mlObjMgrAttribute_Message.h>

Public Member Functions | |
| omData_omMessage () | |
| omData_omMessage (const omData_omMessage &msg) | |
| omData_omMessage (const omMessage &value) | |
| omData_omMessage & | operator= (const omData_omMessage &msg) |
| omData_omMessage & | operator= (const omMessage &value) |
| virtual void | assign (const omMessage &value) |
| operator const omMessage & () const | |
| bool | operator== (const omMessage &value) const |
| bool | operator!= (const omMessage &value) const |
| virtual std::string | getStringValue () const |
| Get value of data type as string. | |
| virtual void | setStringValue (const std::string &value) |
| Set data type value from string. | |
Protected Attributes | |
| omMessage | _value |
Definition at line 74 of file mlObjMgrAttribute_Message.h.
| ml::omData_omMessage::omData_omMessage | ( | ) | [inline] |
Definition at line 86 of file mlObjMgrAttribute_Message.h.
| ml::omData_omMessage::omData_omMessage | ( | const omData_omMessage & | msg | ) | [inline] |
Definition at line 87 of file mlObjMgrAttribute_Message.h.
| ml::omData_omMessage::omData_omMessage | ( | const omMessage & | value | ) | [inline] |
Definition at line 88 of file mlObjMgrAttribute_Message.h.
| virtual void ml::omData_omMessage::assign | ( | const omMessage & | value | ) | [inline, virtual] |
Reimplemented in ml::omAttribute_omMessage.
Definition at line 96 of file mlObjMgrAttribute_Message.h.
| virtual std::string ml::omData_omMessage::getStringValue | ( | ) | const [inline, virtual] |
Get value of data type as string.
Implements ml::omDataType.
Definition at line 111 of file mlObjMgrAttribute_Message.h.
| ml::omData_omMessage::operator const omMessage & | ( | ) | const [inline] |
Definition at line 100 of file mlObjMgrAttribute_Message.h.
| bool ml::omData_omMessage::operator!= | ( | const omMessage & | value | ) | const [inline] |
Definition at line 107 of file mlObjMgrAttribute_Message.h.
| omData_omMessage& ml::omData_omMessage::operator= | ( | const omMessage & | value | ) | [inline] |
Definition at line 93 of file mlObjMgrAttribute_Message.h.
| omData_omMessage& ml::omData_omMessage::operator= | ( | const omData_omMessage & | msg | ) | [inline] |
| bool ml::omData_omMessage::operator== | ( | const omMessage & | value | ) | const [inline] |
Definition at line 104 of file mlObjMgrAttribute_Message.h.
| virtual void ml::omData_omMessage::setStringValue | ( | const std::string & | value | ) | [inline, virtual] |
Set data type value from string.
The string is converted to the internal data type.
Implements ml::omDataType.
Definition at line 114 of file mlObjMgrAttribute_Message.h.
omMessage ml::omData_omMessage::_value [protected] |
1.5.8