CLI
- Implemented A::unTagAll, to clear all tags.
This commit is contained in:
@@ -135,6 +135,12 @@ void A::unTag (const std::string& tag)
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void A::unTagAll ()
|
||||
{
|
||||
_tags.clear ();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Accessor for attributes.
|
||||
void A::attribute (const std::string& name, const std::string& value)
|
||||
|
||||
Reference in New Issue
Block a user