Definition at line 191 of file boost_array_openfpm.hpp.
Public Types | |
| enum | { static_size = 0 } |
| typedef T | value_type |
| typedef T * | iterator |
| typedef const T * | const_iterator |
| typedef T & | reference |
| typedef const T & | const_reference |
| typedef std::size_t | 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 |
| reference | operator[] (size_type) |
| const_reference | operator[] (size_type) const |
| reference | at (size_type) |
| const_reference | at (size_type) const |
| reference | front () |
| BOOST_CONSTEXPR const_reference | front () const |
| reference | back () |
| BOOST_CONSTEXPR const_reference | back () const |
| void | swap (array_openfpm< T, 0 > &) |
| const T * | data () const |
| T * | data () |
| T * | c_array () |
| template<typename T2 > | |
| array_openfpm< T, 0 > & | operator= (const array_openfpm< T2, 0 > &) |
| void | assign (const T &value) |
| void | fill (const T &) |
Static Public Member Functions | |
| static BOOST_CONSTEXPR size_type | size () |
| static BOOST_CONSTEXPR bool | empty () |
| static BOOST_CONSTEXPR size_type | max_size () |
| static reference | failed_rangecheck () |
| typedef const T* boost::array_openfpm< T, 0 >::const_iterator |
Definition at line 197 of file boost_array_openfpm.hpp.
| typedef const T& boost::array_openfpm< T, 0 >::const_reference |
Definition at line 199 of file boost_array_openfpm.hpp.
| typedef std::reverse_iterator<const_iterator> boost::array_openfpm< T, 0 >::const_reverse_iterator |
Definition at line 215 of file boost_array_openfpm.hpp.
| typedef std::ptrdiff_t boost::array_openfpm< T, 0 >::difference_type |
Definition at line 201 of file boost_array_openfpm.hpp.
| typedef T* boost::array_openfpm< T, 0 >::iterator |
Definition at line 196 of file boost_array_openfpm.hpp.
| typedef T& boost::array_openfpm< T, 0 >::reference |
Definition at line 198 of file boost_array_openfpm.hpp.
| typedef std::reverse_iterator<iterator> boost::array_openfpm< T, 0 >::reverse_iterator |
Definition at line 214 of file boost_array_openfpm.hpp.
| typedef std::size_t boost::array_openfpm< T, 0 >::size_type |
Definition at line 200 of file boost_array_openfpm.hpp.
| typedef T boost::array_openfpm< T, 0 >::value_type |
Definition at line 195 of file boost_array_openfpm.hpp.
| anonymous enum |
Definition at line 283 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 302 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 255 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 256 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 269 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 274 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 204 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 205 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 293 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 206 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 210 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 231 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 239 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 290 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 289 of file boost_array_openfpm.hpp.
|
inlinestatic |
Definition at line 281 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 208 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 209 of file boost_array_openfpm.hpp.
|
inlinestatic |
Definition at line 306 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 303 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 259 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 264 of file boost_array_openfpm.hpp.
|
inlinestatic |
Definition at line 282 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 297 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 244 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 249 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 227 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 228 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 235 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 236 of file boost_array_openfpm.hpp.
|
inlinestatic |
Definition at line 280 of file boost_array_openfpm.hpp.
|
inline |
Definition at line 285 of file boost_array_openfpm.hpp.