Version: 5.1.6

ParaMEDMEM.MEDFileMultiString Class Reference

#include <MEDFileBasis.hxx>

Public Member Functions

 MEDFileMultiString (int nbOfCompo, int maxLgthPerCompo)
 ~MEDFileMultiString ()
void set (int compoId, const char *s)
const char * getReprForWrite () const
std::vector< std::string > getRepr () const
std::string getReprPerComp (int compId) const

Data Fields

int _nb_of_comp
int _max_lgth_per_comp
char * _content

Constructor & Destructor Documentation

ParaMEDMEM.MEDFileMultiString.MEDFileMultiString ( int  nbOfCompo,
int  maxLgthPerCompo 
)
ParaMEDMEM.MEDFileMultiString.~MEDFileMultiString (  ) 

Member Function Documentation

void ParaMEDMEM.MEDFileMultiString.set ( int  compoId,
const char *  s 
)
const char* ParaMEDMEM.MEDFileMultiString.getReprForWrite (  )  const
std::vector<std::string> ParaMEDMEM.MEDFileMultiString.getRepr (  )  const
std::string ParaMEDMEM.MEDFileMultiString.getReprPerComp ( int  compId  )  const

Field Documentation