Public Member Functions | |
std::string | getDescription () const |
std::size_t | getHeapMemSizeOfStrings () const |
std::string | getTimeUnit () const |
bool | isEqualStrings (const MEDFileParameterTinyInfo &other, std::string &what) const |
void | setDescription (const std::string &name) |
void | setTimeUnit (const std::string &unit) |
Protected Member Functions | |
void | mainRepr (int bkOffset, std::ostream &oss) const |
void | writeLLHeader (med_idt fid, med_parameter_type typ) const |
Protected Attributes | |
std::string | _desc_name |
std::string | _dt_unit |
std::string | _name |
void MEDCoupling::MEDFileParameterTinyInfo::setDescription | ( | const std::string & | name | ) |
References _desc_name.
std::string MEDCoupling::MEDFileParameterTinyInfo::getDescription | ( | ) | const |
References _desc_name.
void MEDCoupling::MEDFileParameterTinyInfo::setTimeUnit | ( | const std::string & | unit | ) |
References _dt_unit.
std::string MEDCoupling::MEDFileParameterTinyInfo::getTimeUnit | ( | ) | const |
References _dt_unit.
std::size_t MEDFileParameterTinyInfo::getHeapMemSizeOfStrings | ( | ) | const |
References _desc_name, _dt_unit, and _name.
Referenced by MEDCoupling::MEDFileParameterDouble1TS::getHeapMemorySizeWithoutChildren().
bool MEDFileParameterTinyInfo::isEqualStrings | ( | const MEDFileParameterTinyInfo & | other, |
std::string & | what | ||
) | const |
References _desc_name, _dt_unit, and _name.
Referenced by MEDCoupling::MEDFileParameterDouble1TS::isEqual().
|
protected |
References _desc_name, _dt_unit, and _name.
Referenced by MEDCoupling::MEDFileParameterDouble1TS::write(), and MEDCoupling::MEDFileParameterMultiTS::writeAdvanced().
|
protected |
References _desc_name, _dt_unit, and _name.
Referenced by MEDCoupling::MEDFileParameterDouble1TS::simpleRepr(), and MEDCoupling::MEDFileParameterMultiTS::simpleRepr2().
|
protected |
|
protected |
Referenced by MEDCoupling::MEDFileParameterMultiTS::finishLoading(), getHeapMemSizeOfStrings(), MEDCoupling::MEDFileParameterDouble1TS::getName(), MEDCoupling::MEDFileParameterMultiTS::getName(), isEqualStrings(), mainRepr(), MEDCoupling::MEDFileParameterMultiTS::MEDFileParameterMultiTS(), MEDCoupling::MEDFileParameterDouble1TS::setName(), MEDCoupling::MEDFileParameterMultiTS::setName(), MEDCoupling::MEDFileParameterDouble1TS::write(), MEDCoupling::MEDFileParameterMultiTS::writeAdvanced(), and writeLLHeader().
|
protected |