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_type > | registry_type |
typedef vector_directory< PS, Mapper, manager_type, registry_type > | directory_type |
typedef vector_base_container_traits< T > | base_container_traits_type |
typedef vector_base_container< base_container_traits_type > | base_container_type |
typedef base_container_type::gid_type | gid_type |
typedef vector_container_manager< base_container_type > | container_manager_type |
typedef indexed_domain< gid_type > | domain_type |
Collection of types for vector.
T | Type of the stored elements in the container. |
PS | Partition strategy that defines how to partition the original domain into subdomains. |
Mapper | Mapper that defines how to map the subdomains produced by the partition to locations. |