Visit each managed category with non‐modifiable access via visitor.

Synopsis

Declared in <ball_loggermanager.h>

template<class t_CATEGORY_VISITOR>
void
visitCategories(t_CATEGORY_VISITOR const& visitor) const;

Description

Invoke the specified visitor functor on each category managed by this object, providing that functor non‐modifiable access to each category. visitor must be a functor that can be called as if it had the following signature: ` void operator()(const Category *); `

Parameters

Name

Description

visitor

functor invoked for each managed category

Created with MrDocs