STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes | Modules
+ Collaboration diagram for Array:

Classes

class  stapl::array< T, OptionalParams >
 Parallel array container.Parallel sequence container with fixed size. By default, its GID type is a std::size_t, which represents the position of values in the array. More...
 
class  stapl::static_array< T, OptionalNoInitParam >
 Parallel non-migratable array container.This container provides fast access, but is limited in numerous ways: this container cannot be migrated; the distribution is fixed to a balanced partition with one base container per location. More...
 

Modules

 Array Traits
 Specification of the customizable types of a container that can be changed for a given container instance.
 
 Distributed Object Access
 Specializations of stapl::proxy that provide a remote reference for the container.
 
 Memory and Domain Management
 Internal classes implementing functionality related to data distribution.
 

Detailed Description