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

Defines a view that behaves as the given View and provides the methods for data localization required for the task. More...

Public Member Functions

 stub_self_element (View &view, GID)
 
stub_self_elementget_subview (GID) const
 
locality_info locality (size_t) const
 
bool is_local () const
 

Public Types

typedef View view_type
 
typedef stub_self_element subview_type
 
typedef GID cid_type
 
typedef std::true_type task_placement_dontcare
 

Detailed Description

template<typename View, typename GID>
struct stapl::stub_self_element< View, GID >

Defines a view that behaves as the given View and provides the methods for data localization required for the task.


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