SALOME - SMESH
|
Class to generate string from any type. More...
#include <SMESH_Comment.hxx>
Public Member Functions | |
SMESH_Comment () | |
SMESH_Comment (const SMESH_Comment &c) | |
template<class T > | |
SMESH_Comment (const T &anything) | |
template<class T > | |
SMESH_Comment & | operator<< (const T &anything) |
operator char * () const | |
Private Attributes | |
std::ostringstream | _s |
Class to generate string from any type.
Definition at line 39 of file SMESH_Comment.hxx.
SMESH_Comment::SMESH_Comment | ( | ) |
Definition at line 45 of file SMESH_Comment.hxx.
SMESH_Comment::SMESH_Comment | ( | const SMESH_Comment & | c | ) |
Definition at line 47 of file SMESH_Comment.hxx.
References _s.
SMESH_Comment::SMESH_Comment | ( | const T & | anything | ) |
Definition at line 53 of file SMESH_Comment.hxx.
References _s.
SMESH_Comment& SMESH_Comment::operator<< | ( | const T & | anything | ) |
Definition at line 59 of file SMESH_Comment.hxx.
References _s.
SMESH_Comment::operator char * | ( | ) | const |
Definition at line 65 of file SMESH_Comment.hxx.
|
private |
Definition at line 41 of file SMESH_Comment.hxx.
Referenced by operator<<(), and SMESH_Comment().