#include <MEDMEM_STRING.hxx>
Inherits std::string.
Public Member Functions | |
| STRING () | |
| STRING (const STRING &s) | |
| STRING & | operator= (const STRING &s) |
| ~STRING () | |
| operator const char * () const | |
| template<class T > | |
| STRING (const T &valeur) | |
| template<class T > | |
| STRING & | operator<< (const T &valeur) |
Private Attributes | |
| ostringstream | _s |
| MEDMEM.STRING.STRING | ( | ) |
| MEDMEM.STRING.STRING | ( | const STRING & | s | ) |
References TestMedCorba7.s.
| MEDMEM.STRING.~STRING | ( | ) |
| MEDMEM.STRING.STRING | ( | const T & | valeur | ) |
References TestMedCorba7.s.
| MEDMEM.STRING.operator const char * | ( | ) | const |
| STRING& MEDMEM.STRING.operator<< | ( | const T & | valeur | ) |
ostringstream MEDMEM.STRING._s [private] |