27 #ifndef SMESH_Comment_HeaderFile
28 #define SMESH_Comment_HeaderFile
38 std::ostringstream
_s ;
46 this->std::string::operator=(
_s.str() );
51 this->std::string::operator=(
_s.str() );
58 this->std::string::operator=(
_s.str() );
64 this->std::string::operator=(
_s.str() );
68 operator char*()
const {
69 return (
char*)c_str();