22#ifndef Rcpp__vector__LazyVector_h 
   23#define Rcpp__vector__LazyVector_h 
   28template <
typename VECTOR>
 
   31    typedef typename VECTOR::r_type 
r_type ;
 
   50    mutable std::vector<stored_type> 
data ;
 
   51    mutable std::vector<bool> 
known ;
 
 
traits::r_vector_proxy< RTYPE, StoragePolicy >::type Proxy
 
Rcpp::Vector< RTYPE > VECTOR
 
Proxy operator[](R_xlen_t i) const
 
LazyVector(const VECTOR &vec_)
 
Rcpp::traits::storage_type< r_type::value >::type stored_type
 
LazyVector(const VECTOR &vec_)
 
stored_type operator[](R_xlen_t i) const
 
std::vector< bool > known
 
std::vector< stored_type > data
 
T as(SEXP x, ::Rcpp::traits::r_type_primitive_tag)