mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Task
- Added ::get_float method for accessing numeric attributes.
This commit is contained in:
parent
f3bdac085b
commit
1ccbb3b43a
2 changed files with 11 additions and 0 deletions
|
@ -100,6 +100,7 @@ public:
|
|||
const std::string& get_ref (const std::string&) const;
|
||||
int get_int (const std::string&) const;
|
||||
unsigned long get_ulong (const std::string&) const;
|
||||
float get_float (const std::string&) const;
|
||||
time_t get_date (const std::string&) const;
|
||||
void set (const std::string&, const std::string&);
|
||||
void set (const std::string&, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue