#include <ObjMgr/mlObjMgrAttribute_Message.h>
Inherits std::string.
Public Member Functions | |
| omMessage () | |
| Standard constructor. | |
| omMessage (const omMessage &msg) | |
| Copy Constructor. | |
| omMessage (const char *str) | |
| Constructor from char * argument. | |
| omMessage (const std::string &str) | |
| Constructor from std::string argument. | |
| omMessage & | operator= (const omMessage &msg) |
| Assignment operator for omMessage. | |
| bool | operator== (const omMessage &) const |
| equality operator always returns 'false', since messages are different A Priori! | |
| bool | operator!= (const omMessage &) const |
| operator const omMessage & () const | |
| omMessage cast operator | |
| operator const std::string & () const | |
| std::string cast operator | |
Definition at line 28 of file mlObjMgrAttribute_Message.h.
| ml::omMessage::omMessage | ( | ) | [inline] |
| ml::omMessage::omMessage | ( | const omMessage & | msg | ) | [inline] |
| ml::omMessage::omMessage | ( | const char * | str | ) | [inline, explicit] |
| ml::omMessage::omMessage | ( | const std::string & | str | ) | [inline, explicit] |
| ml::omMessage::operator const omMessage & | ( | ) | const [inline] |
| ml::omMessage::operator const std::string & | ( | ) | const [inline] |
| bool ml::omMessage::operator!= | ( | const omMessage & | ) | const [inline] |
Definition at line 57 of file mlObjMgrAttribute_Message.h.
| bool ml::omMessage::operator== | ( | const omMessage & | ) | const [inline] |
equality operator always returns 'false', since messages are different A Priori!
Definition at line 54 of file mlObjMgrAttribute_Message.h.
1.5.8