MeVisLabToolboxReference
ml::omMessageT< T > Class Template Reference

#include <mlObjMgrAttribute_Message.h>

Inherits std::basic_string< Char >.

List of all members.

Public Member Functions

 omMessageT ()
 Standard constructor.
 omMessageT (const omMessageT &msg)
 Copy Constructor.
 omMessageT (const char *str)
 Constructor from char * argument.
 omMessageT (const std::basic_string< T > &str)
 Constructor from std::basic_string argument.
omMessageToperator= (const omMessageT &msg)
 Assignment operator for omMessage.
bool operator== (const omMessageT &) const
 equality operator always returns 'false', since messages are different A Priori!
bool operator!= (const omMessageT &) const
 operator const omMessageT & () const
 omMessage cast operator
 operator const std::basic_string< T > & () const
 std::basic_string<T> cast operator

Detailed Description

template<typename T>
class ml::omMessageT< T >

Definition at line 29 of file mlObjMgrAttribute_Message.h.


Constructor & Destructor Documentation

template<typename T>
ml::omMessageT< T >::omMessageT ( ) [inline]

Standard constructor.

Definition at line 36 of file mlObjMgrAttribute_Message.h.

template<typename T>
ml::omMessageT< T >::omMessageT ( const omMessageT< T > &  msg) [inline]

Copy Constructor.

Definition at line 39 of file mlObjMgrAttribute_Message.h.

template<typename T>
ml::omMessageT< T >::omMessageT ( const char *  str) [inline, explicit]

Constructor from char * argument.

Definition at line 42 of file mlObjMgrAttribute_Message.h.

template<typename T>
ml::omMessageT< T >::omMessageT ( const std::basic_string< T > &  str) [inline, explicit]

Constructor from std::basic_string argument.

Definition at line 45 of file mlObjMgrAttribute_Message.h.


Member Function Documentation

template<typename T>
ml::omMessageT< T >::operator const omMessageT & ( ) const [inline]

omMessage cast operator

Definition at line 63 of file mlObjMgrAttribute_Message.h.

template<typename T>
ml::omMessageT< T >::operator const std::basic_string< T > & ( ) const [inline]

std::basic_string<T> cast operator

Definition at line 68 of file mlObjMgrAttribute_Message.h.

template<typename T>
bool ml::omMessageT< T >::operator!= ( const omMessageT< T > &  ) const [inline]

Definition at line 58 of file mlObjMgrAttribute_Message.h.

template<typename T>
omMessageT& ml::omMessageT< T >::operator= ( const omMessageT< T > &  msg) [inline]

Assignment operator for omMessage.

Definition at line 48 of file mlObjMgrAttribute_Message.h.

template<typename T>
bool ml::omMessageT< T >::operator== ( const omMessageT< T > &  ) const [inline]

equality operator always returns 'false', since messages are different A Priori!

Definition at line 55 of file mlObjMgrAttribute_Message.h.


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