Enhancement - Subst object

- Implemented most of Subst object, except Subst::apply
This commit is contained in:
Paul Beckingham
2009-05-27 00:30:42 -04:00
parent de08c1d32e
commit 2083dc4175
6 changed files with 180 additions and 3 deletions

View File

@@ -42,6 +42,12 @@ public:
std::string composeCSV ();
// TODO Series of helper functions.
/*
status getStatus () const;
void setStatus (status s);
*/
bool validate () const;
private:
};