- Added new, stubbed, T::validate method for full T validation, one day.

This commit is contained in:
Paul Beckingham
2008-07-09 23:57:31 -04:00
parent 849cb65b0e
commit 2380c8b33a
5 changed files with 38 additions and 24 deletions

View File

@@ -80,6 +80,7 @@ public:
const std::string compose () const;
const std::string composeCSV ();
void parse (const std::string&);
bool validate () const;
private:
int determineVersion (const std::string&);