|
template<typename CMDView > |
| view_wrapper (CMDView *part) |
| Constructs a wrapper over the given view CMDView .
|
|
view_wrapper & | operator= (view_wrapper const &other) |
|
| view_wrapper (view_wrapper const &other) |
|
size_t | local_size () const |
| Returns the number of local elements (number of elements in the base container). More...
|
|
size_t | size () const |
|
Domain | domain () const |
|
dimensions_type | dimensions () const |
|
dimensions_type | local_dimensions () const |
|
index_type | get_local_vid (index_type const &index) const |
|
value_type | operator[] (index_type const &index) const |
|
iterator | begin () |
| Returns an iterator to the beginning of the local base container. More...
|
|
iterator | end () |
| Returns an iterator to the end of the local base container. More...
|
|
location_type | get_location_element (index_type const &index) const |
|
void | push_back_here (T const &) const |
|
void | update () |
|
void | print (void) const |
|
template<typename T, typename Domain, bool Isomorphic>
struct stapl::metadata::view_wrapper< T, Domain, Isomorphic >
Wrapper class over a view used to erase the type of the container metadata.
- Template Parameters
-
T | Type of the metadata used as value_type in the coarsen container information. |