STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::view_impl::counting_container_base_container< T, Distribution > Class Template Reference

Minimal base container class used by counting_container that holds no elements but is able to provide a component id and associated domain as well as a pointer to the counting_container which provide elements on the fly. More...

Public Member Functions

 counting_container_base_container (domain_type const &domain, cid_type const &cid, T *ct_ptr)
 
domain_type const & domain (void) const
 
cid_type const & cid (void) const
 
T * operator & (void) const
 

Detailed Description

template<typename T, typename Distribution>
class stapl::view_impl::counting_container_base_container< T, Distribution >

Minimal base container class used by counting_container that holds no elements but is able to provide a component id and associated domain as well as a pointer to the counting_container which provide elements on the fly.


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