|
Rcpp Version 0.9.10
|
#include <VectorBase.h>
Definition at line 51 of file VectorBase.h.
| typedef int Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::difference_type |
Definition at line 55 of file VectorBase.h.
| typedef std::random_access_iterator_tag Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::iterator_category |
Definition at line 57 of file VectorBase.h.
| typedef stored_type* Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::pointer |
Definition at line 54 of file VectorBase.h.
| typedef stored_type Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::reference |
Definition at line 53 of file VectorBase.h.
| typedef stored_type Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::value_type |
Definition at line 56 of file VectorBase.h.
| Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::iterator | ( | const VectorBase & | object_, |
| int | index_ | ||
| ) | [inline] |
Definition at line 59 of file VectorBase.h.
Referenced by Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator+(), and Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator-().
| Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::iterator | ( | const iterator & | other | ) | [inline] |
Definition at line 60 of file VectorBase.h.
| bool Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator!= | ( | const iterator & | y | ) | const [inline] |
Definition at line 110 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| reference Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator* | ( | ) | [inline] |
Definition at line 100 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| iterator Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator+ | ( | difference_type | n | ) | const [inline] |
Definition at line 80 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index, and Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::iterator().

| iterator& Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator++ | ( | ) | [inline] |
Definition at line 62 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| iterator& Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator++ | ( | int | ) | [inline] |
Definition at line 66 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| iterator& Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator+= | ( | difference_type | n | ) | [inline] |
Definition at line 87 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index, and n.
| difference_type Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator- | ( | const iterator & | other | ) | const [inline] |
Definition at line 126 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| iterator Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator- | ( | difference_type | n | ) | const [inline] |
Definition at line 83 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index, and Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::iterator().

| iterator& Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator-- | ( | int | ) | [inline] |
Definition at line 75 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| iterator& Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator-- | ( | ) | [inline] |
Definition at line 71 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| iterator& Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator-= | ( | difference_type | n | ) | [inline] |
Definition at line 91 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index, and n.
| pointer Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator-> | ( | ) | [inline] |
Definition at line 103 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| bool Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator< | ( | const iterator & | other | ) | const [inline] |
Definition at line 113 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| bool Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator<= | ( | const iterator & | other | ) | const [inline] |
Definition at line 119 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| bool Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator== | ( | const iterator & | y | ) | const [inline] |
Definition at line 107 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| bool Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator> | ( | const iterator & | other | ) | const [inline] |
Definition at line 116 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| bool Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator>= | ( | const iterator & | other | ) | const [inline] |
Definition at line 122 of file VectorBase.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
| reference Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator[] | ( | int | i | ) | [inline] |
Definition at line 96 of file VectorBase.h.
References i, and Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index.
int Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::index [private] |
Definition at line 133 of file VectorBase.h.
Referenced by Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator!=(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator*(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator+(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator++(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator+=(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator-(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator--(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator-=(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator->(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator<(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator<=(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator==(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator>(), Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator>=(), and Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::operator[]().
const VECTOR& Rcpp::VectorBase< RTYPE, na, VECTOR >::iterator::object [private] |
Definition at line 132 of file VectorBase.h.