|
Rcpp Version 0.9.10
|
#include <MatrixRow.h>

Definition at line 33 of file MatrixRow.h.
| typedef int MatrixRow< RTYPE >::iterator::difference_type |
Definition at line 37 of file MatrixRow.h.
| typedef std::random_access_iterator_tag MatrixRow< RTYPE >::iterator::iterator_category |
Definition at line 42 of file MatrixRow.h.
| typedef std::iterator_traits<vector_iterator>::pointer MatrixRow< RTYPE >::iterator::pointer |
Definition at line 40 of file MatrixRow.h.
| typedef traits::r_vector_proxy<RTYPE>::type MatrixRow< RTYPE >::iterator::reference |
Definition at line 39 of file MatrixRow.h.
| typedef traits::r_vector_proxy<RTYPE>::type MatrixRow< RTYPE >::iterator::value_type |
Definition at line 38 of file MatrixRow.h.
| typedef traits::r_vector_iterator<RTYPE>::type MatrixRow< RTYPE >::iterator::vector_iterator |
Definition at line 35 of file MatrixRow.h.
| MatrixRow< RTYPE >::iterator::iterator | ( | MatrixRow & | row_, |
| int | index_ | ||
| ) | [inline] |
Definition at line 44 of file MatrixRow.h.
Referenced by MatrixRow< RTYPE >::iterator::operator+(), and MatrixRow< RTYPE >::iterator::operator-().
| bool MatrixRow< RTYPE >::iterator::operator!= | ( | const iterator & | other | ) | [inline] |
Definition at line 79 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
Definition at line 71 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index, and MatrixRow< RTYPE >::iterator::row.
| iterator MatrixRow< RTYPE >::iterator::operator+ | ( | difference_type | n | ) | const [inline] |
Definition at line 64 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index, MatrixRow< RTYPE >::iterator::iterator(), and MatrixRow< RTYPE >::iterator::row.

Definition at line 46 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
Definition at line 50 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
| iterator& MatrixRow< RTYPE >::iterator::operator+= | ( | difference_type | n | ) | [inline] |
Definition at line 68 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index, and n.
| difference_type MatrixRow< RTYPE >::iterator::operator- | ( | const iterator & | other | ) | [inline] |
Definition at line 89 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
| iterator MatrixRow< RTYPE >::iterator::operator- | ( | difference_type | n | ) | const [inline] |
Definition at line 65 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index, MatrixRow< RTYPE >::iterator::iterator(), and MatrixRow< RTYPE >::iterator::row.

| difference_type MatrixRow< RTYPE >::iterator::operator- | ( | const iterator & | other | ) | const [inline] |
Definition at line 66 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
Definition at line 59 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
Definition at line 55 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
| iterator& MatrixRow< RTYPE >::iterator::operator-= | ( | difference_type | n | ) | [inline] |
Definition at line 69 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index, and n.
Definition at line 74 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index, and MatrixRow< RTYPE >::iterator::row.
Definition at line 80 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
| bool MatrixRow< RTYPE >::iterator::operator<= | ( | const iterator & | other | ) | [inline] |
Definition at line 82 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
| bool MatrixRow< RTYPE >::iterator::operator== | ( | const iterator & | other | ) | [inline] |
Definition at line 78 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
Definition at line 81 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
| bool MatrixRow< RTYPE >::iterator::operator>= | ( | const iterator & | other | ) | [inline] |
Definition at line 83 of file MatrixRow.h.
References MatrixRow< RTYPE >::iterator::index.
Definition at line 85 of file MatrixRow.h.
References i, MatrixRow< RTYPE >::iterator::index, and MatrixRow< RTYPE >::iterator::row.
int MatrixRow< RTYPE >::iterator::index [private] |
Definition at line 95 of file MatrixRow.h.
Referenced by MatrixRow< RTYPE >::iterator::operator!=(), MatrixRow< RTYPE >::iterator::operator*(), MatrixRow< RTYPE >::iterator::operator+(), MatrixRow< RTYPE >::iterator::operator++(), MatrixRow< RTYPE >::iterator::operator+=(), MatrixRow< RTYPE >::iterator::operator-(), MatrixRow< RTYPE >::iterator::operator--(), MatrixRow< RTYPE >::iterator::operator-=(), MatrixRow< RTYPE >::iterator::operator->(), MatrixRow< RTYPE >::iterator::operator<(), MatrixRow< RTYPE >::iterator::operator<=(), MatrixRow< RTYPE >::iterator::operator==(), MatrixRow< RTYPE >::iterator::operator>(), MatrixRow< RTYPE >::iterator::operator>=(), and MatrixRow< RTYPE >::iterator::operator[]().
MatrixRow& MatrixRow< RTYPE >::iterator::row [private] |
Definition at line 94 of file MatrixRow.h.
Referenced by MatrixRow< RTYPE >::iterator::operator*(), MatrixRow< RTYPE >::iterator::operator+(), MatrixRow< RTYPE >::iterator::operator-(), MatrixRow< RTYPE >::iterator::operator->(), and MatrixRow< RTYPE >::iterator::operator[]().