MADNESS
version 0.9
|
#include <stdarray_bits.h>
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 |
iterator | end () |
const_iterator | end () const |
reverse_iterator | rbegin () |
const_reverse_iterator | rbegin () const |
reverse_iterator | rend () |
const_reverse_iterator | rend () const |
reference | at (size_type i) |
const_reference | at (size_type i) const |
void | swap (array< T, 0 > &y) |
const T * | data () const |
T * | data () |
template<typename T2 > | |
array< T, 0 > & | operator= (const array< T2, 0 > &rhs) |
reference | operator[] (size_type i) |
const_reference | operator[] (size_type i) const |
reference | front () |
const_reference | front () const |
reference | back () |
const_reference | back () const |
Static Public Member Functions | |
static size_type | size () |
static bool | empty () |
static size_type | max_size () |
Public Attributes | |
char | c |
typedef const T* madness::tr1::array::array< T, 0 >::const_iterator |
typedef const T& madness::tr1::array::array< T, 0 >::const_reference |
typedef std::reverse_iterator<const_iterator> madness::tr1::array::array< T, 0 >::const_reverse_iterator |
typedef std::ptrdiff_t madness::tr1::array::array< T, 0 >::difference_type |
typedef T* madness::tr1::array::array< T, 0 >::iterator |
typedef T& madness::tr1::array::array< T, 0 >::reference |
typedef std::reverse_iterator<iterator> madness::tr1::array::array< T, 0 >::reverse_iterator |
typedef std::size_t madness::tr1::array::array< T, 0 >::size_type |
typedef T madness::tr1::array::array< T, 0 >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References c.
|
inline |
References c.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
References c.
|
inline |
References c.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
References madness::tr1::array::array< T, N >::end().
|
inline |
References madness::tr1::array::array< T, N >::end().
|
inline |
References madness::tr1::array::array< T, N >::begin().
|
inline |
References madness::tr1::array::array< T, N >::begin().
|
inlinestatic |
|
inline |
char madness::tr1::array::array< T, 0 >::c |