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


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