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


Public Types | |
| typedef Rcpp::VectorBase < REALSXP, NA, T > | VEC_TYPE |
| typedef Rcpp::traits::Extractor < REALSXP, NA, T >::type | EXT |
Public Member Functions | |
| Plus_Vector_Primitive (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, NA, T>::type Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >::EXT |
| typedef Rcpp::VectorBase<REALSXP,NA,T> Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >::VEC_TYPE |
| Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >::Plus_Vector_Primitive | ( | const VEC_TYPE & | lhs_, |
| double | rhs_ | ||
| ) | [inline] |
| double Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< REALSXP, true, Plus_Vector_Primitive< REALSXP, NA, T > >.
Definition at line 286 of file plus.h.
References i, Rcpp::sugar::Plus_Vector_Primitive< RTYPE, NA, T >::lhs, and Rcpp::sugar::Plus_Vector_Primitive< RTYPE, NA, T >::rhs.
| int Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< REALSXP, true, Plus_Vector_Primitive< REALSXP, NA, T > >.
Definition at line 290 of file plus.h.
References Rcpp::sugar::Plus_Vector_Primitive< RTYPE, NA, T >::lhs.
const EXT& Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >::lhs [private] |
double Rcpp::sugar::Plus_Vector_Primitive< REALSXP, NA, T >::rhs [private] |