better db-file handling

This commit is contained in:
nemu
2009-02-02 09:56:27 +00:00
parent 93abe979ba
commit 2c82b1691a
2 changed files with 98 additions and 27 deletions

View File

@@ -74,6 +74,7 @@ class PRunDataHandler
virtual bool IsWhitespace(const char *str);
virtual double ToDouble(TString &str, bool &ok);
virtual int ToInt(TString &str, bool &ok);
virtual int GetDataTagIndex(TString &str, PStringVector &fLabels);
};
#endif // _PRUNDATAHANDLER_H_