Rcpp Version 0.9.10
internal::LazyVector< Rcpp::Vector< RTYPE > > Class Template Reference

#include <LazyVector.h>

List of all members.

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 VECTORvec

Detailed Description

template<int RTYPE>
class internal::LazyVector< Rcpp::Vector< RTYPE > >

Definition at line 54 of file LazyVector.h.


Member Typedef Documentation

template<int RTYPE>
typedef VECTOR::Proxy internal::LazyVector< Rcpp::Vector< RTYPE > >::Proxy

Definition at line 57 of file LazyVector.h.

template<int RTYPE>
typedef Rcpp::Vector<RTYPE> internal::LazyVector< Rcpp::Vector< RTYPE > >::VECTOR

Definition at line 56 of file LazyVector.h.


Constructor & Destructor Documentation

template<int RTYPE>
internal::LazyVector< Rcpp::Vector< RTYPE > >::LazyVector ( const VECTOR vec_) [inline]

Definition at line 59 of file LazyVector.h.


Member Function Documentation

template<int RTYPE>
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.


Member Data Documentation

template<int RTYPE>
const VECTOR& internal::LazyVector< Rcpp::Vector< RTYPE > >::vec [private]

Definition at line 63 of file LazyVector.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines