Rcpp Version 1.0.9
Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy > Class Template Reference

#include <traits.h>

Collaboration diagram for Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >:

Public Types

typedef ::Rcpp::Vector< RTYPE, StoragePolicy > VECTOR
 
typedef r_vector_iterator< RTYPE >::type iterator
 
typedef r_vector_const_iterator< RTYPE >::type const_iterator
 
typedef r_vector_proxy< RTYPE >::type proxy
 
typedef r_vector_const_proxy< RTYPE >::type const_proxy
 
typedef storage_type< RTYPE >::type storage_type
 

Public Member Functions

 r_vector_cache ()
 
void update (const VECTOR &v)
 
iterator get () const
 
const_iterator get_const () const
 
proxy ref ()
 
proxy ref (R_xlen_t i)
 
proxy ref () const
 
proxy ref (R_xlen_t i) const
 

Private Attributes

iterator start
 

Detailed Description

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
class Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >

Definition at line 29 of file traits.h.

Member Typedef Documentation

◆ const_iterator

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
typedef r_vector_const_iterator<RTYPE>::type Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::const_iterator

Definition at line 33 of file traits.h.

◆ const_proxy

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
typedef r_vector_const_proxy<RTYPE>::type Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::const_proxy

Definition at line 35 of file traits.h.

◆ iterator

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
typedef r_vector_iterator<RTYPE>::type Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::iterator

Definition at line 32 of file traits.h.

◆ proxy

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
typedef r_vector_proxy<RTYPE>::type Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::proxy

Definition at line 34 of file traits.h.

◆ storage_type

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
typedef storage_type<RTYPE>::type Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::storage_type

Definition at line 36 of file traits.h.

◆ VECTOR

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
typedef ::Rcpp::Vector<RTYPE, StoragePolicy> Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::VECTOR

Definition at line 31 of file traits.h.

Constructor & Destructor Documentation

◆ r_vector_cache()

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::r_vector_cache ( )
inline

Definition at line 38 of file traits.h.

Member Function Documentation

◆ get()

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
iterator Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::get ( ) const
inline

◆ get_const()

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
const_iterator Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::get_const ( ) const
inline

◆ ref() [1/4]

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
proxy Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::ref ( )
inline

◆ ref() [2/4]

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
proxy Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::ref ( ) const
inline

◆ ref() [3/4]

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
proxy Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::ref ( R_xlen_t  i)
inline

◆ ref() [4/4]

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
proxy Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::ref ( R_xlen_t  i) const
inline

◆ update()

template<int RTYPE, template< class > class StoragePolicy = PreserveStorage>
void Rcpp::traits::r_vector_cache< RTYPE, StoragePolicy >::update ( const VECTOR v)
inline

Member Data Documentation

◆ start


The documentation for this class was generated from the following files: