#include <MEDFileBasis.hxx>
Public Member Functions | |
| MEDFileString (int maxLgth) | |
| ~MEDFileString () | |
| void | set (const char *s) throw (INTERP_KERNEL::Exception) |
| char * | getPointer () |
| const char * | getReprForWrite () const |
| std::string | getRepr () const |
Private Attributes | |
| int | _max_lgth |
| char * | _content |
| MEDFileString::MEDFileString | ( | int | maxLgth | ) |
References ParaMEDMEM.MEDFileString._content, and MEDMEM.fill().
| MEDFileString::~MEDFileString | ( | ) |
References ParaMEDMEM.MEDFileString._content.
| void MEDFileString::set | ( | const char * | s | ) | throw (INTERP_KERNEL::Exception) |
References MEDMEM.fill(), and TestMedCorba7.s.
| char* ParaMEDMEM.MEDFileString.getPointer | ( | ) |
References ParaMEDMEM.MEDFileString._content.
| const char* ParaMEDMEM.MEDFileString.getReprForWrite | ( | ) | const |
References ParaMEDMEM.MEDFileString._content.
| std::string MEDFileString::getRepr | ( | ) | const |
References ParaMEDMEM.MEDFileString._content.
int ParaMEDMEM.MEDFileString._max_lgth [private] |
char* ParaMEDMEM.MEDFileString._content [private] |