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 *); `
Synopsis
Declared in <ball_loggermanager.h>
template<class t_CATEGORY_VISITOR>
void
visitCategories(t_CATEGORY_VISITOR const& visitor) const;
Created with MrDocs