Class to generate string from any type. More...
#include <SMESH_Comment.hxx>

Public Member Functions | |
| SMESH_Comment () | |
| SMESH_Comment (const SMESH_Comment &c) | |
| SMESH_Comment & | operator= (const SMESH_Comment &c) |
| template<class T > | |
| SMESH_Comment (const T &anything) | |
| template<class T > | |
| SMESH_Comment & | operator<< (const T &anything) |
| operator char * () const | |
| std::ostream & | Stream () |
Private Attributes | |
| std::ostringstream | _s |
Class to generate string from any type.
| SMESH_Comment::SMESH_Comment | ( | ) |
| SMESH_Comment::SMESH_Comment | ( | const SMESH_Comment & | c | ) |
References _s.
| SMESH_Comment::SMESH_Comment | ( | const T & | anything | ) |
References _s.
| SMESH_Comment::operator char * | ( | ) | const |
| SMESH_Comment& SMESH_Comment::operator<< | ( | const T & | anything | ) |
References _s.
| SMESH_Comment& SMESH_Comment::operator= | ( | const SMESH_Comment & | c | ) |
References _s.
| std::ostream& SMESH_Comment::Stream | ( | ) |
References _s.
Referenced by SMESH_subMesh::ComputeStateEngine().
|
private |
Referenced by operator<<(), operator=(), SMESH_Comment(), and Stream().