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


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