Code Cleanup
- Merging Record and Task objects, step 1.
This commit is contained in:
@@ -42,6 +42,7 @@ public:
|
||||
~Task (); // Destructor
|
||||
|
||||
void parse (const std::string&);
|
||||
std::string composeF4 () const;
|
||||
std::string composeCSV () const;
|
||||
std::string composeYAML () const;
|
||||
std::string composeJSON (bool include_id = false) const;
|
||||
|
||||
Reference in New Issue
Block a user