mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Tree* A3t::tree ()
|
||||||
|
{
|
||||||
|
return _tree;
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
Tree* A3t::parse ()
|
Tree* A3t::parse ()
|
||||||
{
|
{
|
||||||
|
|
|
@ -39,6 +39,7 @@ public:
|
||||||
~A3t ();
|
~A3t ();
|
||||||
void initialize (int, const char**);
|
void initialize (int, const char**);
|
||||||
void append_stdin ();
|
void append_stdin ();
|
||||||
|
Tree* tree ();
|
||||||
Tree* parse ();
|
Tree* parse ();
|
||||||
void entity (const std::string&, const std::string&);
|
void entity (const std::string&, const std::string&);
|
||||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue