mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - Filters
- Filter implemented. - Unit tests started, need more as Att::match matures.
This commit is contained in:
parent
531cffdc7f
commit
a60d54be61
7 changed files with 95 additions and 54 deletions
|
@ -42,13 +42,13 @@ public:
|
|||
~Att (); // Destructor
|
||||
|
||||
bool parse (Nibbler&);
|
||||
bool validMod (const std::string&);
|
||||
bool evalMod (Att&);
|
||||
bool match (const Att&);
|
||||
bool validMod (const std::string&) const;
|
||||
bool match (const Att&) const;
|
||||
|
||||
std::string composeF4 () const;
|
||||
|
||||
void addMod (const std::string&);
|
||||
void mods (std::vector <std::string>&);
|
||||
void mods (std::vector <std::string>&) const;
|
||||
|
||||
std::string name () const;
|
||||
void name (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue