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


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, NA, T > | VEC_TYPE |
| typedef Rcpp::traits::storage_type < RTYPE >::type | STORAGE |
Public Member Functions | |
| Rep_len (const VEC_TYPE &object_, int len_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const VEC_TYPE & | object |
| int | len |
| int | n |
| typedef Rcpp::traits::storage_type<RTYPE>::type Rcpp::sugar::Rep_len< RTYPE, NA, T >::STORAGE |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Rep_len< RTYPE, NA, T >::VEC_TYPE |
| Rcpp::sugar::Rep_len< RTYPE, NA, T >::Rep_len | ( | const VEC_TYPE & | object_, |
| int | len_ | ||
| ) | [inline] |
| STORAGE Rcpp::sugar::Rep_len< RTYPE, NA, T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, na, VECTOR >.
Definition at line 37 of file rep_len.h.
References Rcpp::sugar::Rep_len< RTYPE, NA, T >::n.
| int Rcpp::sugar::Rep_len< RTYPE, NA, T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, na, VECTOR >.
Definition at line 40 of file rep_len.h.
References Rcpp::sugar::Rep_len< RTYPE, NA, T >::len.
int Rcpp::sugar::Rep_len< RTYPE, NA, T >::len [private] |
Definition at line 44 of file rep_len.h.
Referenced by Rcpp::sugar::Rep_len< RTYPE, NA, T >::size().
int Rcpp::sugar::Rep_len< RTYPE, NA, T >::n [private] |
Definition at line 44 of file rep_len.h.
Referenced by Rcpp::sugar::Rep_len< RTYPE, NA, T >::operator[]().
const VEC_TYPE& Rcpp::sugar::Rep_len< RTYPE, NA, T >::object [private] |