Iterator providing read-only access to logger manager categories.
Declared in <ball_loggermanager.h>
class LoggerManagerCategoryIter;
This class defines an iterator providing sequential, read-only access to the categories in the registry of a logger manager's category manager. The order of the iteration is undefined.
DEPRECATED: Use the LoggerManager::visitCategories accessor instead.
| Name | Description |
|---|---|
LoggerManagerCategoryIter [constructor] | Create an iterator over categories in loggerManager. |
operator() | Return a const reference to the category currently referred to by this iterator. The behavior is undefined unless this iterator is valid. |
operator++ | Advance this iterator to the next unvisited category. |
operator void const* | Return a non-zero value if this iterator is valid, and 0 otherwise. |