mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-09 11:35:49 +02:00
Enhancement - Record::composeF4
- Implemented Record::composeF4.
This commit is contained in:
parent
4cbc67b30b
commit
2dc566a726
3 changed files with 19 additions and 2 deletions
|
@ -39,8 +39,9 @@ public:
|
|||
Record& operator= (const Record&); // Assignment operator
|
||||
virtual ~Record (); // Destructor
|
||||
|
||||
virtual std::string composeF4 () = 0;
|
||||
virtual std::string composeCSV () = 0;
|
||||
|
||||
std::string composeF4 ();
|
||||
void parse (const std::string&);
|
||||
|
||||
std::vector <Att> all ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue