Visit each registered observer with the specified visitor.
Declared in <ball_loggermanager.h>
Visit each registered observer with the specified visitor.
template<class t_OBSERVER_VISITOR>
void
visitObservers(t_OBSERVER_VISITOR&& visitor);
» more...
Visit each registered observer with the specified visitor.
template<class t_OBSERVER_VISITOR>
void
visitObservers(t_OBSERVER_VISITOR&& visitor) const;
» more...
| Name | Description |
|---|---|
| visitor | functor invoked for each registered observer |