|
Rcpp Version 0.9.10
|
#include <rep_each.h>


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, NA, T > | VEC_TYPE |
| typedef Rcpp::traits::storage_type < RTYPE >::type | STORAGE |
Public Member Functions | |
| Rep_each (const VEC_TYPE &object_, int times_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const VEC_TYPE & | object |
| int | times |
| int | 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.
| Rcpp::sugar::Rep_each< RTYPE, NA, T >::Rep_each | ( | const VEC_TYPE & | object_, |
| int | times_ | ||
| ) | [inline] |
Definition at line 34 of file rep_each.h.
| STORAGE Rcpp::sugar::Rep_each< RTYPE, NA, T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, na, VECTOR >.
Definition at line 37 of file rep_each.h.
References Rcpp::sugar::Rep_each< RTYPE, NA, T >::times.
| int Rcpp::sugar::Rep_each< RTYPE, NA, T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, na, VECTOR >.
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.
int Rcpp::sugar::Rep_each< RTYPE, NA, T >::n [private] |
Definition at line 45 of file rep_each.h.
Referenced by Rcpp::sugar::Rep_each< RTYPE, NA, T >::size().
const VEC_TYPE& Rcpp::sugar::Rep_each< RTYPE, NA, T >::object [private] |
Definition at line 43 of file rep_each.h.
int 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 >::operator[](), and Rcpp::sugar::Rep_each< RTYPE, NA, T >::size().