Definition at line 28 of file storage_order.hpp.
Public Types | |
typedef detail::multi_array::size_type | size_type |
Public Member Functions | |
template<typename OrderingIter , typename AscendingIter > | |
general_storage_order (OrderingIter ordering, AscendingIter ascending) | |
general_storage_order (const c_storage_order &) | |
general_storage_order (const fortran_storage_order &) | |
general_storage_order (const ofp_storage_order &) | |
size_type | ordering (size_type dim) const |
bool | operator== (general_storage_order const &rhs) const |
Protected Attributes | |
openfpm::array< size_type, NumDims > | ordering_ |
typedef detail::multi_array::size_type openfpm::general_storage_order< NumDims >::size_type |
Definition at line 31 of file storage_order.hpp.
|
inline |
Definition at line 33 of file storage_order.hpp.
|
inline |
Definition at line 42 of file storage_order.hpp.
|
inline |
Definition at line 48 of file storage_order.hpp.
|
inline |
Definition at line 54 of file storage_order.hpp.
|
inline |
Definition at line 64 of file storage_order.hpp.
|
inline |
Definition at line 61 of file storage_order.hpp.
|
protected |
Definition at line 70 of file storage_order.hpp.