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

Helper class to access the private methods of the given accessor. More...

Static Public Member Functions

template<typename A , typename F >
static void apply_set (A const &a, F const &f)
 
template<typename A , typename F >
static boost::result_of< F(typename A::value_type)>::type apply_get (A const &a, F const &f)
 
template<typename A , typename T >
static void write (A &a, T const &val)
 
template<typename A >
static bool is_local (A const &a)
 

Detailed Description

Helper class to access the private methods of the given accessor.

The given accessor should have declared as a friend this class.


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