Version: 9.16.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() [1/3]

SMESH_Comment::SMESH_Comment ( )

◆ SMESH_Comment() [2/3]

SMESH_Comment::SMESH_Comment ( const SMESH_Comment c)

References _s.

◆ SMESH_Comment() [3/3]

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

References _s.

Member Function Documentation

◆ operator char *()

SMESH_Comment::operator char * ( ) const

◆ operator<<()

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

References _s.

◆ operator=()

SMESH_Comment & SMESH_Comment::operator= ( const SMESH_Comment c)

References _s.

◆ Stream()

std::ostream & SMESH_Comment::Stream ( )

References _s.

Referenced by SMESH_subMesh::ComputeStateEngine().

Field Documentation

◆ _s

std::ostringstream SMESH_Comment::_s
private