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::stub_localize_nat_view< View, GID > Struct Template Reference

Defines an object that provides the methods for data localization required for the task. More...

Public Member Functions

 stub_localize_nat_view (View const &view, cid_type cid)
 
subview_type get_subview (GID cid) const
 
locality_info locality (size_t)
 

Public Types

typedef View view_type
 
typedef View::value_type subview_type
 
typedef GID cid_type
 

Public Attributes

cid_type m_cid
 
View m_view
 

Detailed Description

template<typename View, typename GID = typename View::gid_type>
struct stapl::stub_localize_nat_view< View, GID >

Defines an object that provides the methods for data localization required for the task.

This class is used to report locality information over subviews created for a native partitioned view.


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