Accessor used to access the element referenced for the given index
in the specified view
.
More...
|
bool | is_null (void) const |
|
| const_index_accessor (null_reference const &) |
|
| const_index_accessor (const_index_accessor const &other) |
|
| const_index_accessor (View *view, index_type index) |
|
| const_index_accessor (const View *view, index_type const &index) |
|
| const_index_accessor (View const &view, index_type const &gid) |
|
template<typename F > |
F::result_type | apply_get (F const &f) const |
|
value_type | read () const |
|
template<typename Class , typename Rtn , typename... Args> |
Rtn | const_invoke (Rtn(Class::*const pmf)(Args...) const, typename std::decay< Args >::type const &... args) const |
|
index_type | index (void) const |
|
|
container const * | m_container |
|
gid_type | m_index |
|
|
class | accessor_core_access |
|
template<typename View>
class stapl::detail::const_index_accessor< View >
Accessor used to access the element referenced for the given index
in the specified view
.
The internal representation keeps a reference to the view's container and the referenced index.
The documentation for this class was generated from the following file: