Iterator providing read‐only access to logger manager categories.
Synopsis
Declared in <ball_loggermanager.h>
class LoggerManagerCategoryIter;
Description
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.
Member Functions
Name |
Description |
|
Create an iterator over categories in |
Return a |
|
Advance this iterator to the next unvisited category. |
|
Return a non‐zero value if this iterator is valid, and 0 otherwise. |
Created with MrDocs