mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 04:27:20 +02:00
Enhancement - Record::has
- Implemented Record::has which guarantees no autovivification of attributes.
This commit is contained in:
parent
1ff3e73ebc
commit
754b79afb2
3 changed files with 16 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue