- Implemented ::removeAllBranches.
This commit is contained in:
Paul Beckingham 2014-06-14 14:19:49 -04:00
parent fb4bf3efba
commit 1b8671b58e
2 changed files with 14 additions and 0 deletions

View file

@ -43,6 +43,7 @@ public:
Tree* addBranch (Tree*);
void removeBranch (Tree*);
void removeAllBranches ();
void replaceBranch (Tree*, Tree*);
void attribute (const std::string&, const std::string&);