mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
A3t
- Added tree accessor.
This commit is contained in:
parent
1a731500e6
commit
c65670278c
2 changed files with 7 additions and 0 deletions
|
@ -118,6 +118,12 @@ void A3t::append_stdin ()
|
|||
#endif
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Tree* A3t::tree ()
|
||||
{
|
||||
return _tree;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Tree* A3t::parse ()
|
||||
{
|
||||
|
|
|
@ -39,6 +39,7 @@ public:
|
|||
~A3t ();
|
||||
void initialize (int, const char**);
|
||||
void append_stdin ();
|
||||
Tree* tree ();
|
||||
Tree* parse ();
|
||||
void entity (const std::string&, const std::string&);
|
||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue