#include <MEDFileUtilities.hxx>

Public Member Functions | |
| MEDFileWritable () | |
| void | copyOptionsFrom (const MEDFileWritable &other) const |
| int | getTooLongStrPolicy () const throw (INTERP_KERNEL::Exception) |
| void | setTooLongStrPolicy (int newVal) throw (INTERP_KERNEL::Exception) |
| int | getZipConnPolicy () throw (INTERP_KERNEL::Exception) |
| void | setZipConnPolicy (int newVal) throw (INTERP_KERNEL::Exception) |
Protected Attributes | |
| int | _too_long_str |
| int | _zipconn_pol |
| ParaMEDMEM.MEDFileWritable::MEDFileWritable | ( | ) |
| void ParaMEDMEM.MEDFileWritable::copyOptionsFrom | ( | const MEDFileWritable & | other | ) | const |
| int ParaMEDMEM.MEDFileWritable::getTooLongStrPolicy | ( | ) | const throw (INTERP_KERNEL::Exception) |
| void ParaMEDMEM.MEDFileWritable::setTooLongStrPolicy | ( | int | newVal | ) | throw (INTERP_KERNEL::Exception) |
| int ParaMEDMEM.MEDFileWritable::getZipConnPolicy | ( | ) | throw (INTERP_KERNEL::Exception) |
| void ParaMEDMEM.MEDFileWritable::setZipConnPolicy | ( | int | newVal | ) | throw (INTERP_KERNEL::Exception) |
int ParaMEDMEM.MEDFileWritable._too_long_str [mutable, protected] |
int ParaMEDMEM.MEDFileWritable._zipconn_pol [mutable, protected] |