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

@ -72,3 +72,11 @@ std::string T::composeCSV ()
}
////////////////////////////////////////////////////////////////////////////////
bool T::validate () const
{
// TODO Verify until > due
// TODO Verify entry < until, due, start, end
return true;
}
////////////////////////////////////////////////////////////////////////////////