Rcpp Version 1.0.9
|
#include <rep_each.h>
Public Types | |
typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE |
typedef Rcpp::traits::storage_type< RTYPE >::type | STORAGE |
Public Types inherited from Rcpp::VectorBase< RTYPE, NA, Rep_each< RTYPE, NA, T > > | |
typedef traits::storage_type< RTYPE >::type | stored_type |
typedef traits::storage_type< RTYPE >::type | elem_type |
typedef iter_base< iter_traits > | iterator |
typedef iter_base< const_iter_traits > | const_iterator |
Public Member Functions | |
Rep_each (const VEC_TYPE &object_, R_xlen_t times_) | |
STORAGE | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
Public Member Functions inherited from Rcpp::VectorBase< RTYPE, NA, Rep_each< RTYPE, NA, T > > | |
Rep_each< RTYPE, NA, T > & | get_ref () |
const Rep_each< RTYPE, NA, T > & | get_ref () const |
stored_type | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | cbegin () const |
const_iterator | cend () const |
Private Attributes | |
const VEC_TYPE & | object |
R_xlen_t | times |
R_xlen_t | n |
Definition at line 29 of file rep_each.h.
typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Rep_each< RTYPE, NA, T >::STORAGE |
Definition at line 32 of file rep_each.h.
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Rep_each< RTYPE, NA, T >::VEC_TYPE |
Definition at line 31 of file rep_each.h.
|
inline |
Definition at line 34 of file rep_each.h.
|
inline |
Definition at line 37 of file rep_each.h.
References Rcpp::sugar::Rep_each< RTYPE, NA, T >::times.
|
inline |
Definition at line 40 of file rep_each.h.
References Rcpp::sugar::Rep_each< RTYPE, NA, T >::n, and Rcpp::sugar::Rep_each< RTYPE, NA, T >::times.
|
private |
Definition at line 44 of file rep_each.h.
Referenced by Rcpp::sugar::Rep_each< RTYPE, NA, T >::size().
|
private |
Definition at line 43 of file rep_each.h.
|
private |
Definition at line 44 of file rep_each.h.
Referenced by Rcpp::sugar::Rep_each< RTYPE, NA, T >::operator[](), and Rcpp::sugar::Rep_each< RTYPE, NA, T >::size().