ml::omMessage Class Reference

Message type. More...

#include <ObjMgr/mlObjMgrAttribute_Message.h>

Inherits std::string.

List of all members.

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.
omMessageoperator= (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


Detailed Description

Message type.

Definition at line 28 of file mlObjMgrAttribute_Message.h.


Constructor & Destructor Documentation

ml::omMessage::omMessage (  )  [inline]

Standard constructor.

Definition at line 35 of file mlObjMgrAttribute_Message.h.

ml::omMessage::omMessage ( const omMessage msg  )  [inline]

Copy Constructor.

Definition at line 38 of file mlObjMgrAttribute_Message.h.

ml::omMessage::omMessage ( const char *  str  )  [inline, explicit]

Constructor from char * argument.

Definition at line 41 of file mlObjMgrAttribute_Message.h.

ml::omMessage::omMessage ( const std::string &  str  )  [inline, explicit]

Constructor from std::string argument.

Definition at line 44 of file mlObjMgrAttribute_Message.h.


Member Function Documentation

ml::omMessage::operator const omMessage & (  )  const [inline]

omMessage cast operator

Definition at line 62 of file mlObjMgrAttribute_Message.h.

ml::omMessage::operator const std::string & (  )  const [inline]

std::string cast operator

Definition at line 67 of file mlObjMgrAttribute_Message.h.

bool ml::omMessage::operator!= ( const omMessage  )  const [inline]

Definition at line 57 of file mlObjMgrAttribute_Message.h.

omMessage& ml::omMessage::operator= ( const omMessage msg  )  [inline]

Assignment operator for omMessage.

Definition at line 47 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.


The documentation for this class was generated from the following file:

Generated on Sat Sep 3 18:39:39 2011 for MeVisLab Toolbox Reference by  doxygen 1.5.8