#include <algorithm>
#include <functional>
#include <map>
#include <type_traits>
#include <vector>
Go to the source code of this file.
|
class | flecsi::topo::domain_entity< DOM, ENTITY_TYPE > |
| domain_entity is a simple wrapper to mesh entity that associates with its a domain id More...
|
|
struct | flecsi::topo::index_space_ref_type< T > |
| helper classes for resolving types More...
|
|
struct | flecsi::topo::index_space_ref_type< S * > |
| helper classes for resolving types More...
|
|
struct | flecsi::topo::index_space_ref_type< domain_entity< M, E > > |
| helper classes for resolving types More...
|
|
class | flecsi::topo::index_space< T, STORAGE, OWNED, SORTED, F, ID_STORAGE_TYPE, STORAGE_TYPE > |
|
class | flecsi::topo::index_space< T, STORAGE, OWNED, SORTED, F, ID_STORAGE_TYPE, STORAGE_TYPE >::id_range_ |
|
class | flecsi::topo::index_space< T, STORAGE, OWNED, SORTED, F, ID_STORAGE_TYPE, STORAGE_TYPE >::iterator_base_< S > |
| Iterator base, const be parameterized with 'T' or 'const T'. More...
|
|
class | flecsi::topo::index_space< T, STORAGE, OWNED, SORTED, F, ID_STORAGE_TYPE, STORAGE_TYPE >::iterator_< S, P > |
|
class | flecsi::topo::index_space< T, STORAGE, OWNED, SORTED, F, ID_STORAGE_TYPE, STORAGE_TYPE >::iterator_< S, void > |
|
class | flecsi::topo::simple_id |
|
class | flecsi::topo::simple_entry< T > |
| a convenience class which associates a simple ID with type T More...
|
|