|
using | id_t = util::id_t |
|
using | entity_t = typename TREE_TYPE::entity_t |
|
using | node_t = typename TREE_TYPE::node_t |
|
using | tree_entity_t = typename TREE_TYPE::tree_entity_t |
|
using | entity_index_space_t = index_space< entity_t *, true, true, true, void, topology_storage > |
|
using | entity_index_subspaces_t = index_space< entity_t *, false, true, false, void, topology_storage > |
|
using | entity_partition_index_spaces_t = index_space< entity_t *, false, false, true, void, topology_storage > |
|
using | tree_entity_index_space_t = index_space< tree_entity_t *, true, true, true, void, topology_storage > |
|
using | tree_entity_index_subspaces_t = index_space< tree_entity_t *, false, true, false, void, topology_storage > |
|
using | tree_entity_partition_index_spaces_t = index_space< tree_entity_t *, false, false, true, void, topology_storage > |
|
using | node_index_space_t = index_space< node_t *, true, true, true, void, topology_storage > |
|
using | node_index_subspaces_t = index_space< node_t *, false, true, false, void, topology_storage > |
|
using | node_partition_index_spaces_t = index_space< node_t *, false, false, true, void, topology_storage > |
|