Enhancement - Record::has

- Implemented Record::has which guarantees no autovivification of
  attributes.
This commit is contained in:
Paul Beckingham 2009-06-11 20:29:53 -04:00
parent 1ff3e73ebc
commit 754b79afb2
3 changed files with 16 additions and 1 deletions

View file

@ -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;