Tree
- Implemented ::removeAllBranches.
This commit is contained in:
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user