Interface Documentation
Version: invalid
Public Member Functions | List of all members
flecsi::topo::index_space< T, STORAGE, OWNED, SORTED, F, ID_STORAGE_TYPE, STORAGE_TYPE >::id_range_ Class Reference

#include <index_space.hh>

Public Member Functions

 id_range_ (const id_storage_t &items)
 Initialize range from items.
 
 id_range_ (const id_storage_t &items, size_t begin, size_t end)
 Initialize range from items with beginning and end.
 
id_storage_t::const_iterator begin () const
 Get begin iterator.
 
id_storage_t::const_iterator end () const
 Get end iterator.
 

Detailed Description

template<class T, bool STORAGE = false, bool OWNED = true, bool SORTED = false, class F = void, template< typename, typename... > class ID_STORAGE_TYPE = std::vector, template< typename, typename... > class STORAGE_TYPE = ID_STORAGE_TYPE>
class flecsi::topo::index_space< T, STORAGE, OWNED, SORTED, F, ID_STORAGE_TYPE, STORAGE_TYPE >::id_range_

Iterable id range.


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