MeVisLab Toolbox Reference
ml::omMessageT< T > Class Template Reference

#include <mlObjMgrAttribute_Message.h>

Inheritance diagram for ml::omMessageT< T >:

Public Member Functions

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

Detailed Description

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

Definition at line 29 of file mlObjMgrAttribute_Message.h.

Constructor & Destructor Documentation

◆ omMessageT() [1/4]

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

Standard constructor.

Definition at line 36 of file mlObjMgrAttribute_Message.h.

◆ omMessageT() [2/4]

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

Copy Constructor.

Definition at line 39 of file mlObjMgrAttribute_Message.h.

◆ omMessageT() [3/4]

template<typename T >
ml::omMessageT< T >::omMessageT ( const char *  str)
inlineexplicit

Constructor from char * argument.

Definition at line 42 of file mlObjMgrAttribute_Message.h.

◆ omMessageT() [4/4]

template<typename T >
ml::omMessageT< T >::omMessageT ( const std::basic_string< T > &  str)
inlineexplicit

Constructor from std::basic_string argument.

Definition at line 45 of file mlObjMgrAttribute_Message.h.

Member Function Documentation

◆ operator const std::basic_string< T > &()

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

omMessage cast operator

std::basic_string<T> cast operator

Definition at line 68 of file mlObjMgrAttribute_Message.h.

◆ operator!=()

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

Definition at line 58 of file mlObjMgrAttribute_Message.h.

◆ operator=()

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.

◆ operator==()

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: