mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 05:30:23 +02:00
Enhancements - T2 & Subst
- Implemented more helper functions in T2, prior to integration. - Completed Subst. - Completed Subst unit tests. - Eliminated T::getAnnotationCount.
This commit is contained in:
parent
ccff27b535
commit
7248267a72
10 changed files with 149 additions and 71 deletions
|
@ -28,7 +28,7 @@
|
|||
#define INCLUDED_SUBST
|
||||
|
||||
#include <string>
|
||||
#include <Record.h>
|
||||
#include "Att.h"
|
||||
|
||||
class Subst
|
||||
{
|
||||
|
@ -40,7 +40,7 @@ public:
|
|||
~Subst (); // Destructor
|
||||
|
||||
bool parse (const std::string&);
|
||||
void apply (Record&) const;
|
||||
void apply (std::string&, std::vector <Att>&) const;
|
||||
|
||||
public:
|
||||
std::string mFrom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue