STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types | Public Attributes
stapl::aux_info_wrapper< View, CID > Struct Template Reference

Defines a wrapper over the auxiliary information to provide the interface required for the execution of tasks. More...

Public Member Functions

 aux_info_wrapper (View const &vw, CID const &cid)
 
bool is_local (void) const
 
subview_type get_subview (cid_type const &) const
 
locality_info locality (cid_type const &) const
 

Public Types

typedef View::reference::iterator::reference subview_type
 
typedef aux_info_wrapper cid_type
 

Public Attributes

View m_view
 
CID m_cid
 

Detailed Description

template<typename View, typename CID>
struct stapl::aux_info_wrapper< View, CID >

Defines a wrapper over the auxiliary information to provide the interface required for the execution of tasks.


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