mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-10 15:05:49 +02:00
FF4 - snapshot
This commit is contained in:
parent
04f60a4d8c
commit
3a9c98d342
11 changed files with 127 additions and 30 deletions
|
@ -36,7 +36,11 @@ public:
|
|||
Record (); // Default constructor
|
||||
Record (const Record&); // Copy constructor
|
||||
Record& operator= (const Record&); // Assignment operator
|
||||
~Record (); // Destructor
|
||||
virtual ~Record (); // Destructor
|
||||
|
||||
virtual std::string composeF4 () = 0;
|
||||
virtual std::string composeCSV () = 0;
|
||||
void parse (const std::string&);
|
||||
|
||||
private:
|
||||
std::vector <Att> mAtts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue