Definition at line 60 of file boost_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_openfpm< T, N > &y) |
__device__ __host__ const T * | data () const |
__device__ __host__ T * | data () |
T * | c_array () |
template<typename T2 > | |
array_openfpm< T, N > & | operator= (const array_openfpm< 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* boost::array_openfpm< T, N, ids_type >::const_iterator |
Definition at line 68 of file boost_array_openfpm.hpp.
typedef const T& boost::array_openfpm< T, N, ids_type >::const_reference |
Definition at line 70 of file boost_array_openfpm.hpp.
typedef std::reverse_iterator<const_iterator> boost::array_openfpm< T, N, ids_type >::const_reverse_iterator |
Definition at line 86 of file boost_array_openfpm.hpp.
typedef std::ptrdiff_t boost::array_openfpm< T, N, ids_type >::difference_type |
Definition at line 72 of file boost_array_openfpm.hpp.
typedef T* boost::array_openfpm< T, N, ids_type >::iterator |
Definition at line 67 of file boost_array_openfpm.hpp.
typedef T& boost::array_openfpm< T, N, ids_type >::reference |
Definition at line 69 of file boost_array_openfpm.hpp.
typedef std::reverse_iterator<iterator> boost::array_openfpm< T, N, ids_type >::reverse_iterator |
Definition at line 85 of file boost_array_openfpm.hpp.
typedef ids_type boost::array_openfpm< T, N, ids_type >::size_type |
Definition at line 71 of file boost_array_openfpm.hpp.
typedef T boost::array_openfpm< T, N, ids_type >::value_type |
Definition at line 66 of file boost_array_openfpm.hpp.
anonymous enum |
Definition at line 154 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 177 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 126 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 127 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 140 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 145 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 75 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 76 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 167 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 77 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 81 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 102 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 110 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 164 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 163 of file boost_array_openfpm.hpp.
|
inlinestatic |
Definition at line 152 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 79 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 80 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 178 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 130 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 135 of file boost_array_openfpm.hpp.
|
inlinestatic |
Definition at line 153 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 171 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 115 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 120 of file boost_array_openfpm.hpp.
|
inlinestatic |
Definition at line 184 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 98 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 99 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 106 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 107 of file boost_array_openfpm.hpp.
|
inlinestatic |
Definition at line 151 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 157 of file boost_array_openfpm.hpp.
T boost::array_openfpm< T, N, ids_type >::elems[N] |
Definition at line 62 of file boost_array_openfpm.hpp.