Home
last modified time | relevance | path

Searched defs:ListenerOperations (Results 1 – 1 of 1) sorted by relevance

/trunk/main/slideshow/source/inc/
H A Dlistenercontainerimpl.hxx92 template< typename ListenerT > struct ListenerOperations struct
97 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> > struct
150 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 16 milliseconds