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


Public Types | |
| typedef traits::storage_type < RTYPE >::type | STORAGE |
| typedef Rcpp::VectorBase < RTYPE, NA, T > | VEC_TYPE |
| typedef Rcpp::traits::Extractor< RTYPE, NA, T >::type | VEC_EXT |
Public Member Functions | |
| Divides_Vector_Primitive (const VEC_TYPE &lhs_, STORAGE rhs_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const VEC_EXT & | lhs |
| STORAGE | rhs |
| bool | rhs_na |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::STORAGE |
| typedef Rcpp::traits::Extractor<RTYPE,NA,T>::type Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::VEC_EXT |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::VEC_TYPE |
| Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::Divides_Vector_Primitive | ( | const VEC_TYPE & | lhs_, |
| STORAGE | rhs_ | ||
| ) | [inline] |
| STORAGE Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, true, Divides_Vector_Primitive< RTYPE, NA, T > >.
Definition at line 237 of file divides.h.
References i, Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::lhs, Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::rhs, Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::rhs_na, and x.
| int Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, true, Divides_Vector_Primitive< RTYPE, NA, T > >.
Definition at line 243 of file divides.h.
References Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::lhs.
const VEC_EXT& Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::lhs [private] |
Definition at line 246 of file divides.h.
Referenced by Rcpp::sugar::Divides_Vector_Primitive< REALSXP, false, T >::operator[](), Rcpp::sugar::Divides_Vector_Primitive< RTYPE, false, T >::operator[](), Rcpp::sugar::Divides_Vector_Primitive< REALSXP, NA, T >::operator[](), Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::operator[](), Rcpp::sugar::Divides_Vector_Primitive< REALSXP, false, T >::size(), Rcpp::sugar::Divides_Vector_Primitive< RTYPE, false, T >::size(), Rcpp::sugar::Divides_Vector_Primitive< REALSXP, NA, T >::size(), and Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::size().
STORAGE Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::rhs [private] |
Definition at line 247 of file divides.h.
Referenced by Rcpp::sugar::Divides_Vector_Primitive< REALSXP, false, T >::operator[](), Rcpp::sugar::Divides_Vector_Primitive< RTYPE, false, T >::operator[](), Rcpp::sugar::Divides_Vector_Primitive< REALSXP, NA, T >::operator[](), and Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::operator[]().
bool Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::rhs_na [private] |
Definition at line 248 of file divides.h.
Referenced by Rcpp::sugar::Divides_Vector_Primitive< RTYPE, false, T >::operator[](), and Rcpp::sugar::Divides_Vector_Primitive< RTYPE, NA, T >::operator[]().