mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
DOM
- Standardized DOM interface to return success/failure, with the possibility of blank values. This matches the Eval::source callback interface‥ - Added more unit tests.
This commit is contained in:
parent
850dbb36f0
commit
e6df1b38e2
6 changed files with 140 additions and 71 deletions
|
@ -38,8 +38,8 @@ public:
|
|||
~DOM ();
|
||||
|
||||
const std::vector <std::string> get_references () const;
|
||||
const std::string get (const std::string&);
|
||||
const std::string get (const std::string&, const Task&);
|
||||
bool get (const std::string&, std::string&);
|
||||
bool get (const std::string&, const Task&, std::string&);
|
||||
void set (const std::string&, const std::string&);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue