Class to generate string from any type. More...
#include <SMESH_Comment.hxx>
Public Member Functions | |
operator char * () const | |
template<class T > | |
SMESH_Comment & | operator<< (const T &anything) |
SMESH_Comment & | operator= (const SMESH_Comment &c) |
SMESH_Comment () | |
SMESH_Comment (const SMESH_Comment &c) | |
template<class T > | |
SMESH_Comment (const T &anything) | |
Class to generate string from any type.
SMESH_Comment::SMESH_Comment | ( | ) |
SMESH_Comment::SMESH_Comment | ( | const SMESH_Comment & | c | ) |
SMESH_Comment::SMESH_Comment | ( | const T & | anything | ) |
SMESH_Comment::operator char * | ( | ) | const |
SMESH_Comment & SMESH_Comment::operator<< | ( | const T & | anything | ) |
SMESH_Comment & SMESH_Comment::operator= | ( | const SMESH_Comment & | c | ) |