tgroup: add a clear() function

This commit is contained in:
Charles Dang 2016-02-26 13:23:45 +11:00
parent 90ae1151c7
commit 82b089e478

View File

@ -59,6 +59,14 @@ public:
}
#endif
/**
* Clears the entire group of members.
*/
void clear()
{
members_.clear();
}
/**
* Group member getters
*/