| 432 | } |
| 433 | |
| 434 | void CounterDirectory::Clear() |
| 435 | { |
| 436 | // Clear all the counter directory contents |
| 437 | m_Categories.clear(); |
| 438 | m_Devices.clear(); |
| 439 | m_CounterSets.clear(); |
| 440 | m_Counters.clear(); |
| 441 | } |
| 442 | |
| 443 | CategoriesIt CounterDirectory::FindCategory(const std::string& categoryName) const |
| 444 | { |