Functions | |
bool | fileOpenWrite (const ASerializable &parent, const String &filename, std::ofstream &os, bool verbose=false) |
bool | fileOpenRead (const ASerializable &parent, const String &filename, std::ifstream &is, bool verbose=false) |
bool | commentWrite (std::ostream &os, const String &comment) |
template<typename T > | |
bool | recordWrite (std::ostream &os, const String &title, const T &val) |
template<typename T > | |
bool | recordWriteVec (std::ostream &os, const String &title, const std::vector< T > &vec) |
template<typename T > | |
bool | recordRead (std::istream &is, const String &title, T &val) |
template<typename T > | |
bool | recordReadVec (std::istream &is, const String &title, VectorT< T > &vec, Id nvalues) |
template<typename T > | |
bool | recordReadVecInPlace (std::istream &is, const String &title, 1::iterator &it, Id nvalues) |
bool | onlyBlanks (char *string) |
bool | tableRead (std::istream &is, const String &string, Id ntab, double *tab) |
bool | tableWrite (std::ostream &os, const String &string, Id ntab, const 1 &tab) |
bool gstlrn::SerializeNeutralFile::commentWrite | ( | std::ostream & | os, |
const String & | comment | ||
) |
bool gstlrn::SerializeNeutralFile::fileOpenRead | ( | const ASerializable & | parent, |
const String & | filename, | ||
std::ifstream & | is, | ||
bool | verbose = false |
||
) |
bool gstlrn::SerializeNeutralFile::fileOpenWrite | ( | const ASerializable & | parent, |
const String & | filename, | ||
std::ofstream & | os, | ||
bool | verbose = false |
||
) |
bool gstlrn::SerializeNeutralFile::onlyBlanks | ( | char * | string | ) |
bool gstlrn::SerializeNeutralFile::recordRead | ( | std::istream & | is, |
const String & | title, | ||
T & | val | ||
) |
bool gstlrn::SerializeNeutralFile::recordReadVec | ( | std::istream & | is, |
const String & | title, | ||
VectorT< T > & | vec, | ||
Id | nvalues | ||
) |
bool gstlrn::SerializeNeutralFile::recordReadVecInPlace | ( | std::istream & | is, |
const String & | title, | ||
1::iterator & | it, | ||
Id | nvalues | ||
) |
bool gstlrn::SerializeNeutralFile::recordWrite | ( | std::ostream & | os, |
const String & | title, | ||
const T & | val | ||
) |
bool gstlrn::SerializeNeutralFile::recordWriteVec | ( | std::ostream & | os, |
const String & | title, | ||
const std::vector< T > & | vec | ||
) |
bool gstlrn::SerializeNeutralFile::tableRead | ( | std::istream & | is, |
const String & | string, | ||
Id | ntab, | ||
double * | tab | ||
) |