Columns
- Refactored column objects to contain a ::validate method, for the validation of incoming data. - Context.columns is now a vector of one of each column object, indexed by attribute name, for validation purposes.
This commit is contained in:
@@ -36,6 +36,7 @@ public:
|
||||
ColumnEntry ();
|
||||
~ColumnEntry ();
|
||||
|
||||
bool validate (std::string&);
|
||||
void setStyle (const std::string&);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user