aimstil
5.0.5
|
#include <til/ghost_array.h>
Public Types | |
typedef T | value_type |
typedef T & | reference |
typedef const T & | const_reference |
typedef T * | iterator |
typedef const T * | const_iterator |
Public Member Functions | |
ghost_array (T *t) | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
const_reference | operator[] (std::size_t i) const |
reference | operator[] (std::size_t i) |
operator boost::array< T, D > () const | |
Definition at line 11 of file ghost_array.h.
typedef const T* til::ghost_array< T, D >::const_iterator |
Definition at line 19 of file ghost_array.h.
typedef const T& til::ghost_array< T, D >::const_reference |
Definition at line 17 of file ghost_array.h.
typedef T* til::ghost_array< T, D >::iterator |
Definition at line 18 of file ghost_array.h.
typedef T& til::ghost_array< T, D >::reference |
Definition at line 16 of file ghost_array.h.
typedef T til::ghost_array< T, D >::value_type |
Definition at line 15 of file ghost_array.h.
|
inline |
Definition at line 22 of file ghost_array.h.
|
inline |
Definition at line 24 of file ghost_array.h.
Referenced by til::ghost_array< T, D >::operator boost::array< T, D >().
|
inline |
Definition at line 26 of file ghost_array.h.
|
inline |
Definition at line 25 of file ghost_array.h.
Referenced by til::ghost_array< T, D >::operator boost::array< T, D >().
|
inline |
Definition at line 27 of file ghost_array.h.
|
inline |
Definition at line 32 of file ghost_array.h.
References til::ghost_array< T, D >::begin(), til::copy(), and til::ghost_array< T, D >::end().
|
inline |
Definition at line 29 of file ghost_array.h.
|
inline |
Definition at line 30 of file ghost_array.h.