Tree
- Added ::countTags method.
This commit is contained in:
@@ -190,6 +190,12 @@ void Tree::unTag (const std::string& tag)
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int Tree::countTags () const
|
||||
{
|
||||
return _tags.size ();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
int Tree::count () const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user