STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::detail::request_queue< Request > Class Template Reference

Basic request queue used by the Directory to buffer pending messages to an unregistered key. Includes functionality to guard against re-entrant, duplicated traversals of the structure. More...

Public Member Functions

bool flush_in_progress (void) const
 
void start_flush (void)
 
void stop_flush (void)
 

Public Attributes

elements
 STL member.
 

Detailed Description

template<typename Request>
class stapl::detail::request_queue< Request >

Basic request queue used by the Directory to buffer pending messages to an unregistered key. Includes functionality to guard against re-entrant, duplicated traversals of the structure.


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