|
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 |
Public Member Functions | |
| proxy_cache () | |
| ~proxy_cache () | |
| void | update (const VECTOR &v) |
| iterator | get () const |
| iterator | get (int i) const |
| proxy | ref () const |
| proxy | ref (int i) const |
Private Attributes | |
| VECTOR * | p |
| typedef r_vector_iterator<RTYPE>::type traits::proxy_cache< RTYPE >::iterator |
| typedef r_vector_proxy<RTYPE>::type traits::proxy_cache< RTYPE >::proxy |
| typedef ::Rcpp::Vector<RTYPE> traits::proxy_cache< RTYPE >::VECTOR |
| traits::proxy_cache< RTYPE >::proxy_cache | ( | ) | [inline] |
| traits::proxy_cache< RTYPE >::~proxy_cache | ( | ) | [inline] |
| iterator traits::proxy_cache< RTYPE >::get | ( | ) | const [inline] |
| iterator traits::proxy_cache< RTYPE >::get | ( | int | i | ) | const [inline] |
| proxy traits::proxy_cache< RTYPE >::ref | ( | ) | const [inline] |
| proxy traits::proxy_cache< RTYPE >::ref | ( | int | i | ) | const [inline] |
| void traits::proxy_cache< RTYPE >::update | ( | const VECTOR & | v | ) | [inline] |
VECTOR* traits::proxy_cache< RTYPE >::p [private] |
Definition at line 70 of file traits.h.
Referenced by traits::proxy_cache< EXPRSXP >::get(), traits::proxy_cache< EXPRSXP >::ref(), and traits::proxy_cache< EXPRSXP >::update().