Visit each registered observer with the specified visitor.

Synopses

Declared in <ball_loggermanager.h>

Visit each registered observer with the specified visitor.

template<class t_OBSERVER_VISITOR>
void
visitObservers(t_OBSERVER_VISITOR&& visitor);

Visit each registered observer with the specified visitor.

template<class t_OBSERVER_VISITOR>
void
visitObservers(t_OBSERVER_VISITOR&& visitor) const;

Parameters

Name

Description

visitor

functor invoked for each registered observer

Created with MrDocs