STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Member Functions
stapl::detail::notifier_entry< Notifier, Hook > Class Template Reference

An entry in the notification list held by notifier_list. Inherit the Notifier function operator, add Hook for storage in a Boost.Intrusive container, and define pool allocation usage via STAPL_USE_MANAGED_ALLOC. More...

Public Member Functions

 notifier_entry (Notifier notifier)
 

Detailed Description

template<typename Notifier, typename Hook>
class stapl::detail::notifier_entry< Notifier, Hook >

An entry in the notification list held by notifier_list. Inherit the Notifier function operator, add Hook for storage in a Boost.Intrusive container, and define pool allocation usage via STAPL_USE_MANAGED_ALLOC.


The documentation for this class was generated from the following file: