Enhancement - Record::has
- Implemented Record::has which guarantees no autovivification of attributes.
This commit is contained in:
@@ -43,6 +43,7 @@ public:
|
||||
std::string composeCSV ();
|
||||
void parse (const std::string&);
|
||||
|
||||
bool has (const std::string&) const;
|
||||
std::vector <Att> all ();
|
||||
const std::string get (const std::string&) const;
|
||||
int get_int (const std::string&) const;
|
||||
|
||||
Reference in New Issue
Block a user