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

Provides support for getting a p_object on the gang of stapl_main(). More...

Public Member Functions

 anonymous_executor (void)
 Creates a new anonymous_executor and pushes it on the stack.
 
 ~anonymous_executor (void)
 Pops the anonymous_executor from the stack and destroys it.
 
 anonymous_executor (anonymous_executor const &)=delete
 
anonymous_executoroperator= (anonymous_executor const &)=delete
 
rmi_handle::const_reference const & get_rmi_handle (void) const noexcept
 
rmi_handle::reference const & get_rmi_handle (void) noexcept
 
unsigned int get_location_id (void) noexcept
 

Detailed Description

Provides support for getting a p_object on the gang of stapl_main().


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