Version: 5.1.6

MEDMEM.STRING Class Reference

#include <MEDMEM_STRING.hxx>

Inherits std::string.

Public Member Functions

 STRING ()
 STRING (const STRING &s)
STRINGoperator= (const STRING &s)
 ~STRING ()
 operator const char * () const
template<class T >
 STRING (const T &valeur)
template<class T >
STRINGoperator<< (const T &valeur)

Data Fields

ostringstream _s

Constructor & Destructor Documentation

MEDMEM.STRING.STRING (  ) 
MEDMEM.STRING.STRING ( const STRING s  ) 
MEDMEM.STRING.~STRING (  ) 
template<class T >
MEDMEM.STRING.STRING ( const T &  valeur  ) 

Member Function Documentation

STRING& MEDMEM.STRING.operator= ( const STRING s  ) 
MEDMEM.STRING.operator const char * (  )  const
template<class T >
STRING& MEDMEM.STRING.operator<< ( const T &  valeur  ) 

Field Documentation

ostringstream MEDMEM.STRING._s