Version: 8.3.0
SMESH_Comment Class Reference

Class to generate string from any type. More...

#include <SMESH_Comment.hxx>

Inheritance diagram for SMESH_Comment:

Public Member Functions

 SMESH_Comment ()
 
 SMESH_Comment (const SMESH_Comment &c)
 
SMESH_Commentoperator= (const SMESH_Comment &c)
 
template<class T >
 SMESH_Comment (const T &anything)
 
template<class T >
SMESH_Commentoperator<< (const T &anything)
 
 operator char * () const
 
std::ostream & Stream ()
 

Private Attributes

std::ostringstream _s
 

Detailed Description

Class to generate string from any type.

Constructor & Destructor Documentation

SMESH_Comment::SMESH_Comment ( )
SMESH_Comment::SMESH_Comment ( const SMESH_Comment c)

References _s.

template<class T >
SMESH_Comment::SMESH_Comment ( const T &  anything)

References _s.

Member Function Documentation

SMESH_Comment::operator char * ( ) const
template<class T >
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().

Field Documentation

std::ostringstream SMESH_Comment::_s
private