Searched defs:ListenerOperations (Results 1 – 1 of 1) sorted by relevance
92 template< typename ListenerT > struct ListenerOperations struct97 static bool notifySingleListener( ContainerT& rContainer, in notifySingleListener()112 static bool notifyAllListeners( ContainerT& rContainer, in notifyAllListeners()138 static void pruneListeners( ContainerT&, size_t ) in pruneListeners()146 struct ListenerOperations< boost::weak_ptr<ListenerTargetT> > struct150 static bool notifySingleListener( ContainerT& rContainer, in notifySingleListener()170 static bool notifyAllListeners( ContainerT& rContainer, in notifyAllListeners()194 static void pruneListeners( ContainerT& rContainer, in pruneListeners()
Completed in 19 milliseconds