Enhancement - Subst object
- Implemented most of Subst object, except Subst::apply
This commit is contained in:
@@ -42,6 +42,12 @@ public:
|
||||
std::string composeCSV ();
|
||||
|
||||
// TODO Series of helper functions.
|
||||
/*
|
||||
status getStatus () const;
|
||||
void setStatus (status s);
|
||||
*/
|
||||
|
||||
bool validate () const;
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user