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.
Synopsis
Declared in <ball_loggermanager.h>
class LoggerManagerCategoryIter;
Description
DEPRECATED: Use the LoggerManager::visitCategories accessor instead.
Member Functions
Name |
Description |
|
Create an iterator providing non‐modifiable access to the categories maintained by the specified |
Return a |
|
Advance this iterator to refer to the next unvisited category. If no such category exists, this iterator becomes invalid. The behavior is undefined unless this iterator is initially valid. Note that the order of iteration is undefined. |
|
Return a non‐zero value if this iterator is valid, and 0 otherwise. |
Created with MrDocs