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


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, false, T > | VEC_TYPE |
| typedef traits::storage_type < RTYPE >::type | STORAGE |
| typedef Rcpp::traits::Extractor< RTYPE, false, T >::type | EXT |
Public Member Functions | |
| Times_Vector_Primitive (const VEC_TYPE &lhs_, STORAGE rhs_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const EXT & | lhs |
| STORAGE | rhs |
| bool | rhs_na |
| typedef Rcpp::traits::Extractor< RTYPE, false, T>::type Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::EXT |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::STORAGE |
| typedef Rcpp::VectorBase<RTYPE,false,T> Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::VEC_TYPE |
| Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::Times_Vector_Primitive | ( | const VEC_TYPE & | lhs_, |
| STORAGE | rhs_ | ||
| ) | [inline] |
| STORAGE Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, false, Times_Vector_Primitive< RTYPE, false, T > >.
Definition at line 295 of file times.h.
References i, Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::lhs, Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::rhs, and Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::rhs_na.
| int Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, false, Times_Vector_Primitive< RTYPE, false, T > >.
Definition at line 299 of file times.h.
References Rcpp::sugar::Times_Vector_Primitive< RTYPE, NA, T >::lhs.
const EXT& Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::lhs [private] |
STORAGE Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::rhs [private] |
bool Rcpp::sugar::Times_Vector_Primitive< RTYPE, false, T >::rhs_na [private] |