47 #ifndef STDATAASCIIFILE_HH 48 #define STDATAASCIIFILE_HH 81 void load( std::istream& is,
int compatibilityFlag = 0);
99 void save( std::ostream& os,
int compatibilityFlag = 0)
const;
void save(std::ostream &os, int compatibilityFlag=0) const
saves the map to given ostream in the style key[space]value[newline], e.g., two_class_type c_svc kern...
void load(std::istream &is, int compatibilityFlag=0)
loads the map from given istream in the style key[space]value[newline], e.g., two_class_type c_svc ke...
The StDataASCII class is a container for "structured data", that is kept completly in memory...