STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::vector_traits< T, PS, Mapper > Struct Template Reference

Collection of types for vector. More...

Public Types

typedef T value_type
 
typedef PS partition_type
 
typedef Mapper mapper_type
 
typedef map_manager< PS, Mapper > manager_type
 
typedef interval_registry< manager_typeregistry_type
 
typedef vector_directory< PS, Mapper, manager_type, registry_typedirectory_type
 
typedef vector_base_container_traits< T > base_container_traits_type
 
typedef vector_base_container< base_container_traits_typebase_container_type
 
typedef base_container_type::gid_type gid_type
 
typedef vector_container_manager< base_container_typecontainer_manager_type
 
typedef indexed_domain< gid_type > domain_type
 

Detailed Description

template<typename T, typename PS, typename Mapper>
struct stapl::vector_traits< T, PS, Mapper >

Collection of types for vector.

Template Parameters
TType of the stored elements in the container.
PSPartition strategy that defines how to partition the original domain into subdomains.
MapperMapper that defines how to map the subdomains produced by the partition to locations.

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