|
Rcpp Version 0.9.10
|
#include <traits.h>
Public Types | |
| typedef ::Rcpp::Vector< RTYPE > | VECTOR |
| typedef r_vector_iterator < RTYPE >::type | iterator |
| typedef r_vector_proxy< RTYPE > ::type | proxy |
| typedef storage_type< RTYPE >::type | storage_type |
Public Member Functions | |
| r_vector_cache () | |
| void | update (const VECTOR &v) |
| iterator | get () const |
| iterator | get (int i) const |
| proxy | ref () |
| proxy | ref (int i) |
| proxy | ref () const |
| proxy | ref (int i) const |
Private Attributes | |
| iterator | start |
| typedef r_vector_iterator<RTYPE>::type traits::r_vector_cache< RTYPE >::iterator |
| typedef r_vector_proxy<RTYPE>::type traits::r_vector_cache< RTYPE >::proxy |
| typedef storage_type<RTYPE>::type traits::r_vector_cache< RTYPE >::storage_type |
| typedef ::Rcpp::Vector<RTYPE> traits::r_vector_cache< RTYPE >::VECTOR |
| traits::r_vector_cache< RTYPE >::r_vector_cache | ( | ) | [inline] |
| iterator traits::r_vector_cache< RTYPE >::get | ( | ) | const [inline] |
Definition at line 40 of file traits.h.
References traits::r_vector_cache< RTYPE >::start.
| iterator traits::r_vector_cache< RTYPE >::get | ( | int | i | ) | const [inline] |
Definition at line 41 of file traits.h.
References i, and traits::r_vector_cache< RTYPE >::start.
| proxy traits::r_vector_cache< RTYPE >::ref | ( | ) | const [inline] |
Definition at line 46 of file traits.h.
References traits::r_vector_cache< RTYPE >::start.
| proxy traits::r_vector_cache< RTYPE >::ref | ( | int | i | ) | [inline] |
Definition at line 44 of file traits.h.
References i, and traits::r_vector_cache< RTYPE >::start.
| proxy traits::r_vector_cache< RTYPE >::ref | ( | ) | [inline] |
Definition at line 43 of file traits.h.
References traits::r_vector_cache< RTYPE >::start.
| proxy traits::r_vector_cache< RTYPE >::ref | ( | int | i | ) | const [inline] |
Definition at line 47 of file traits.h.
References i, and traits::r_vector_cache< RTYPE >::start.
| void traits::r_vector_cache< RTYPE >::update | ( | const VECTOR & | v | ) | [inline] |
Definition at line 36 of file traits.h.
References RCPP_DEBUG_3, and traits::r_vector_cache< RTYPE >::start.
iterator traits::r_vector_cache< RTYPE >::start [private] |
Definition at line 50 of file traits.h.
Referenced by traits::r_vector_cache< RTYPE >::get(), traits::r_vector_cache< RTYPE >::ref(), and traits::r_vector_cache< RTYPE >::update().