#include <mrpt/math/CArray.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 (CArray< T, 0 > &y) |
const T * | data () const |
T * | data () |
template<typename T2 > | |
CArray< T, 0 > & | operator= (const CArray< 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 |
Static Private Member Functions | |
static void | makes_no_sense () |
typedef const T* mrpt::math::CArray< T, 0 >::const_iterator |
typedef const T& mrpt::math::CArray< T, 0 >::const_reference |
typedef std::reverse_iterator<const_iterator> mrpt::math::CArray< T, 0 >::const_reverse_iterator |
typedef std::ptrdiff_t mrpt::math::CArray< T, 0 >::difference_type |
typedef T* mrpt::math::CArray< T, 0 >::iterator |
typedef T& mrpt::math::CArray< T, 0 >::reference |
typedef std::reverse_iterator<iterator> mrpt::math::CArray< T, 0 >::reverse_iterator |
typedef std::size_t mrpt::math::CArray< T, 0 >::size_type |
typedef T mrpt::math::CArray< T, 0 >::value_type |
anonymous enum |
reference mrpt::math::CArray< T, 0 >::at | ( | size_type | i | ) | [inline] |
const_reference mrpt::math::CArray< T, 0 >::at | ( | size_type | i | ) | const [inline] |
reference mrpt::math::CArray< T, 0 >::back | ( | ) | [inline] |
const_reference mrpt::math::CArray< T, 0 >::back | ( | ) | const [inline] |
const_iterator mrpt::math::CArray< T, 0 >::begin | ( | ) | const [inline] |
iterator mrpt::math::CArray< T, 0 >::begin | ( | ) | [inline] |
T* mrpt::math::CArray< T, 0 >::data | ( | ) | [inline] |
const T* mrpt::math::CArray< T, 0 >::data | ( | ) | const [inline] |
static bool mrpt::math::CArray< T, 0 >::empty | ( | ) | [inline, static] |
const_iterator mrpt::math::CArray< T, 0 >::end | ( | ) | const [inline] |
iterator mrpt::math::CArray< T, 0 >::end | ( | ) | [inline] |
const_reference mrpt::math::CArray< T, 0 >::front | ( | ) | const [inline] |
reference mrpt::math::CArray< T, 0 >::front | ( | ) | [inline] |
static void mrpt::math::CArray< T, 0 >::makes_no_sense | ( | ) | [inline, static, private] |
static size_type mrpt::math::CArray< T, 0 >::max_size | ( | ) | [inline, static] |
CArray< T,0 >& mrpt::math::CArray< T, 0 >::operator= | ( | const CArray< T2, 0 > & | rhs | ) | [inline] |
const_reference mrpt::math::CArray< T, 0 >::operator[] | ( | size_type | i | ) | const [inline] |
reference mrpt::math::CArray< T, 0 >::operator[] | ( | size_type | i | ) | [inline] |
const_reverse_iterator mrpt::math::CArray< T, 0 >::rbegin | ( | ) | const [inline] |
Definition at line 230 of file CArray.h.
References mrpt::math::CArray< T, N >::end().
reverse_iterator mrpt::math::CArray< T, 0 >::rbegin | ( | ) | [inline] |
Definition at line 229 of file CArray.h.
References mrpt::math::CArray< T, N >::end().
reverse_iterator mrpt::math::CArray< T, 0 >::rend | ( | ) | [inline] |
Definition at line 233 of file CArray.h.
References mrpt::math::CArray< T, N >::begin().
const_reverse_iterator mrpt::math::CArray< T, 0 >::rend | ( | ) | const [inline] |
Definition at line 234 of file CArray.h.
References mrpt::math::CArray< T, N >::begin().
static size_type mrpt::math::CArray< T, 0 >::size | ( | ) | [inline, static] |
void mrpt::math::CArray< T, 0 >::swap | ( | CArray< T, 0 > & | y | ) | [inline] |
char mrpt::math::CArray< T, 0 >::c |
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |