mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Rules: Added parse stub
This commit is contained in:
parent
252fcab570
commit
38e7dbf68a
2 changed files with 35 additions and 1 deletions
|
@ -33,10 +33,15 @@ class Rules
|
|||
{
|
||||
public:
|
||||
Rules () = default;
|
||||
void load (const std::string&, int next = 1);
|
||||
std::string get (const std::string&, const std::string&) const;
|
||||
std::string dump () const;
|
||||
|
||||
private:
|
||||
void parse (const std::string&, int next = 1);
|
||||
|
||||
private:
|
||||
std::string _original_file {};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue