|
Rcpp Version 0.9.10
|
#include <LazyVector.h>
Public Types | |
| typedef Rcpp::Vector< RTYPE > | VECTOR |
| typedef VECTOR::Proxy | Proxy |
Public Member Functions | |
| LazyVector (const VECTOR &vec_) | |
| Proxy | operator[] (int i) const |
Private Attributes | |
| const VECTOR & | vec |
Definition at line 54 of file LazyVector.h.
| typedef VECTOR::Proxy internal::LazyVector< Rcpp::Vector< RTYPE > >::Proxy |
Definition at line 57 of file LazyVector.h.
| typedef Rcpp::Vector<RTYPE> internal::LazyVector< Rcpp::Vector< RTYPE > >::VECTOR |
Definition at line 56 of file LazyVector.h.
| internal::LazyVector< Rcpp::Vector< RTYPE > >::LazyVector | ( | const VECTOR & | vec_ | ) | [inline] |
Definition at line 59 of file LazyVector.h.
| Proxy internal::LazyVector< Rcpp::Vector< RTYPE > >::operator[] | ( | int | i | ) | const [inline] |
Definition at line 60 of file LazyVector.h.
References i, and internal::LazyVector< VECTOR >::vec.
const VECTOR& internal::LazyVector< Rcpp::Vector< RTYPE > >::vec [private] |
Definition at line 63 of file LazyVector.h.