STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Static Public Member Functions
stapl::tg_initializer Struct Reference

Allows the PARAGRAPH infrastructure to detect if an PARAGRAPH initialization is currently in progress. Aids in reference counting of cross PARAGRAPH data consumption when in non blocking execution mode. More...

Public Member Functions

 tg_initializer ()
 Constructor sets initializing flag in PARAGRAPH specific storage on call stack.
 
 ~tg_initializer ()
 Destructor clears initializing flag in PARAGRAPH specific storage on call stack.
 
void foo ()
 Empty method that was inserted to avoid compiler warnings. More...
 

Static Public Member Functions

static bool is_initializing ()
 Static method returns true if an instance of this flag has been constructed (and not destroyed yet), setting the initialization flag.
 

Detailed Description

Allows the PARAGRAPH infrastructure to detect if an PARAGRAPH initialization is currently in progress. Aids in reference counting of cross PARAGRAPH data consumption when in non blocking execution mode.

See also
result_container
result_view

Member Function Documentation

◆ foo()

void stapl::tg_initializer::foo ( )

Empty method that was inserted to avoid compiler warnings.


The documentation for this struct was generated from the following files: