Definition at line 37 of file array_openfpm.hpp.
Public Types | |
enum | { static_size = N } |
typedef T | value_type |
typedef T * | iterator |
typedef const T * | const_iterator |
typedef T & | reference |
typedef const T & | const_reference |
typedef ids_type | size_type |
typedef std::ptrdiff_t | difference_type |
typedef std::reverse_iterator< iterator > | reverse_iterator |
typedef std::reverse_iterator< const_iterator > | const_reverse_iterator |
Public Member Functions | |
iterator | begin () |
const_iterator | begin () const |
const_iterator | cbegin () const |
iterator | end () |
const_iterator | end () const |
const_iterator | cend () const |
reverse_iterator | rbegin () |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | crbegin () const |
reverse_iterator | rend () |
const_reverse_iterator | rend () const |
const_reverse_iterator | crend () const |
__device__ __host__ reference | operator[] (size_type i) |
__device__ __host__ const_reference | operator[] (size_type i) const |
reference | at (size_type i) |
const_reference | at (size_type i) const |
reference | front () |
BOOST_CONSTEXPR const_reference | front () const |
reference | back () |
BOOST_CONSTEXPR const_reference | back () const |
void | swap (array< T, N, ids_type > &y) |
__device__ __host__ const T * | data () const |
__device__ __host__ T * | data () |
T * | c_array () |
template<typename T2 > | |
array< T, N > & | operator= (const array< T2, N > &rhs) |
void | assign (const T &value) |
void | fill (const T &value) |
Static Public Member Functions | |
static BOOST_CONSTEXPR size_type | size () |
static BOOST_CONSTEXPR bool | empty () |
static BOOST_CONSTEXPR size_type | max_size () |
static BOOST_CONSTEXPR bool | rangecheck (size_type i) |
Data Fields | |
T | elems [N] |
typedef const T* openfpm::array< T, N, ids_type >::const_iterator |
Definition at line 46 of file array_openfpm.hpp.
typedef const T& openfpm::array< T, N, ids_type >::const_reference |
Definition at line 48 of file array_openfpm.hpp.
typedef std::reverse_iterator<const_iterator> openfpm::array< T, N, ids_type >::const_reverse_iterator |
Definition at line 64 of file array_openfpm.hpp.
typedef std::ptrdiff_t openfpm::array< T, N, ids_type >::difference_type |
Definition at line 50 of file array_openfpm.hpp.
typedef T* openfpm::array< T, N, ids_type >::iterator |
Definition at line 45 of file array_openfpm.hpp.
typedef T& openfpm::array< T, N, ids_type >::reference |
Definition at line 47 of file array_openfpm.hpp.
typedef std::reverse_iterator<iterator> openfpm::array< T, N, ids_type >::reverse_iterator |
Definition at line 63 of file array_openfpm.hpp.
typedef ids_type openfpm::array< T, N, ids_type >::size_type |
Definition at line 49 of file array_openfpm.hpp.
typedef T openfpm::array< T, N, ids_type >::value_type |
Definition at line 44 of file array_openfpm.hpp.
anonymous enum |
Definition at line 124 of file array_openfpm.hpp.
|
inline |
Definition at line 149 of file array_openfpm.hpp.
|
inline |
Definition at line 96 of file array_openfpm.hpp.
|
inline |
Definition at line 97 of file array_openfpm.hpp.
|
inline |
Definition at line 110 of file array_openfpm.hpp.
|
inline |
Definition at line 115 of file array_openfpm.hpp.
|
inline |
Definition at line 53 of file array_openfpm.hpp.
|
inline |
Definition at line 54 of file array_openfpm.hpp.
|
inline |
Definition at line 138 of file array_openfpm.hpp.
|
inline |
Definition at line 55 of file array_openfpm.hpp.
|
inline |
Definition at line 59 of file array_openfpm.hpp.
|
inline |
Definition at line 78 of file array_openfpm.hpp.
|
inline |
Definition at line 82 of file array_openfpm.hpp.
|
inline |
Definition at line 135 of file array_openfpm.hpp.
|
inline |
Definition at line 134 of file array_openfpm.hpp.
|
inlinestatic |
Definition at line 122 of file array_openfpm.hpp.
|
inline |
Definition at line 57 of file array_openfpm.hpp.
|
inline |
Definition at line 58 of file array_openfpm.hpp.
|
inline |
Definition at line 150 of file array_openfpm.hpp.
|
inline |
Definition at line 100 of file array_openfpm.hpp.
|
inline |
Definition at line 105 of file array_openfpm.hpp.
|
inlinestatic |
Definition at line 123 of file array_openfpm.hpp.
|
inline |
Definition at line 142 of file array_openfpm.hpp.
|
inline |
Definition at line 85 of file array_openfpm.hpp.
|
inline |
Definition at line 90 of file array_openfpm.hpp.
|
inlinestatic |
Definition at line 156 of file array_openfpm.hpp.
|
inline |
Definition at line 76 of file array_openfpm.hpp.
|
inline |
Definition at line 77 of file array_openfpm.hpp.
|
inline |
Definition at line 80 of file array_openfpm.hpp.
|
inline |
Definition at line 81 of file array_openfpm.hpp.
|
inlinestatic |
Definition at line 121 of file array_openfpm.hpp.
|
inline |
Definition at line 127 of file array_openfpm.hpp.
T openfpm::array< T, N, ids_type >::elems[N] |
Definition at line 40 of file array_openfpm.hpp.