BloombergLP::ball::LoggerManager::visitCategories

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

Synopsis

Declared in <ball_loggermanager.h>

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