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


Public Types | |
| typedef Rcpp::VectorBase < LGLSXP, false, COND_T > | COND_TYPE |
| typedef Rcpp::VectorBase < RTYPE,RHS_NA,RHS_T > | RHS_TYPE |
| typedef traits::storage_type < RTYPE >::type | STORAGE |
| typedef Rcpp::traits::Extractor< RTYPE,RHS_NA,RHS_T > ::type | RHS_EXT |
Public Member Functions | |
| IfElse_Primitive_Vector (const COND_TYPE &cond_, STORAGE lhs_, const RHS_TYPE &rhs_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const COND_TYPE & | cond |
| STORAGE | lhs |
| const RHS_EXT & | rhs |
| typedef Rcpp::VectorBase<LGLSXP,false,COND_T> Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::COND_TYPE |
| typedef Rcpp::traits::Extractor<RTYPE ,RHS_NA ,RHS_T>::type Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::RHS_EXT |
| typedef Rcpp::VectorBase<RTYPE ,RHS_NA ,RHS_T> Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::RHS_TYPE |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::STORAGE |
| Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::IfElse_Primitive_Vector | ( | const COND_TYPE & | cond_, |
| STORAGE | lhs_, | ||
| const RHS_TYPE & | rhs_ | ||
| ) | [inline] |
| STORAGE Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, true, IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T > >.
Definition at line 173 of file ifelse.h.
References Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::cond, i, Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::lhs, and Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::rhs.
| int Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< RTYPE, true, IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T > >.
Definition at line 178 of file ifelse.h.
References Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::cond, and Rcpp::VectorBase< RTYPE, na, VECTOR >::size().

const COND_TYPE& Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::cond [private] |
STORAGE Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::lhs [private] |
const RHS_EXT& Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, false, COND_T, RHS_NA, RHS_T >::rhs [private] |