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


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, false, LHS_T > | LHS_TYPE |
| typedef Rcpp::VectorBase < RTYPE, false, RHS_T > | RHS_TYPE |
| typedef traits::storage_type < RTYPE >::type | STORAGE |
| typedef Rcpp::traits::Extractor< RTYPE, false, LHS_T >::type | LHS_EXT |
| typedef Rcpp::traits::Extractor< RTYPE, false, RHS_T >::type | RHS_EXT |
Public Types inherited from Rcpp::VectorBase< RTYPE, false, Divides_Vector_Vector< RTYPE, 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 | |
| Divides_Vector_Vector (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Public Member Functions inherited from Rcpp::VectorBase< RTYPE, false, Divides_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T > > | |
| Divides_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T > & | get_ref () |
| const Divides_Vector_Vector < RTYPE, 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<RTYPE, false, LHS_T>::type Rcpp::sugar::Divides_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::LHS_EXT |
| typedef Rcpp::VectorBase<RTYPE,false,LHS_T> Rcpp::sugar::Divides_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::LHS_TYPE |
| typedef Rcpp::traits::Extractor<RTYPE, false, RHS_T>::type Rcpp::sugar::Divides_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::RHS_EXT |
| typedef Rcpp::VectorBase<RTYPE,false,RHS_T> Rcpp::sugar::Divides_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::RHS_TYPE |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Divides_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T >::STORAGE |
|
inline |
|
inline |
Reimplemented from Rcpp::VectorBase< RTYPE, false, Divides_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T > >.
Definition at line 188 of file divides.h.
References i, Rcpp::sugar::Divides_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs, and Rcpp::sugar::Divides_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs.
|
inline |
Reimplemented from Rcpp::VectorBase< RTYPE, false, Divides_Vector_Vector< RTYPE, false, LHS_T, false, RHS_T > >.
Definition at line 192 of file divides.h.
References Rcpp::sugar::Divides_Vector_Vector< RTYPE, LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs.
|
private |
|
private |