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


Public Types | |
| typedef Rcpp::VectorBase < REALSXP, false, LHS_T > | LHS_TYPE |
| typedef Rcpp::VectorBase < REALSXP, false, RHS_T > | RHS_TYPE |
| typedef Rcpp::traits::Extractor < REALSXP, false, LHS_T > ::type | LHS_EXT |
| typedef Rcpp::traits::Extractor < REALSXP, false, RHS_T > ::type | RHS_EXT |
Public Types inherited from Rcpp::VectorBase< REALSXP, false, Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T > > | |
| typedef traits::storage_type < RTYPE >::type | stored_type |
| typedef traits::storage_type < RTYPE >::type | elem_type |
Public Member Functions | |
| Times_Vector_Vector (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_) | |
| double | operator[] (int i) const |
| int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< REALSXP, false, Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T > > | |
| Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T > & | get_ref () |
| const Times_Vector_Vector < REALSXP, false, LHS_T, false, RHS_T > & | get_ref () const |
| iterator | begin () const |
| iterator | end () const |
Private Attributes | |
| const LHS_EXT & | lhs |
| const RHS_EXT & | rhs |
| typedef Rcpp::traits::Extractor<REALSXP, false, LHS_T>::type Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >::LHS_EXT |
| typedef Rcpp::VectorBase<REALSXP,false,LHS_T> Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >::LHS_TYPE |
| typedef Rcpp::traits::Extractor<REALSXP, false, RHS_T>::type Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >::RHS_EXT |
| typedef Rcpp::VectorBase<REALSXP,false,RHS_T> Rcpp::sugar::Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T >::RHS_TYPE |
|
inline |
|
inline |
Reimplemented from Rcpp::VectorBase< REALSXP, false, Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T > >.
Definition at line 223 of file times.h.
References i, Rcpp::sugar::Times_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs, and Rcpp::sugar::Times_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs.
|
inline |
Reimplemented from Rcpp::VectorBase< REALSXP, false, Times_Vector_Vector< REALSXP, false, LHS_T, false, RHS_T > >.
Definition at line 227 of file times.h.
References Rcpp::sugar::Times_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs.
|
private |
|
private |