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


Public Types | |
| typedef Rcpp::VectorBase< LGLSXP, COND_NA, COND_T > | COND_TYPE |
| typedef Rcpp::VectorBase< RTYPE,LHS_NA,LHS_T > | LHS_TYPE |
| typedef traits::storage_type< RTYPE >::type | STORAGE |
| typedef Rcpp::traits::Extractor< RTYPE, LHS_NA, LHS_T >::type | LHS_EXT |
| Public Types inherited from Rcpp::VectorBase< RTYPE, true, IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T > > | |
| typedef traits::storage_type< RTYPE >::type | stored_type |
| typedef traits::storage_type< RTYPE >::type | elem_type |
| typedef iter_base< iter_traits > | iterator |
| typedef iter_base< const_iter_traits > | const_iterator |
Public Member Functions | |
| IfElse_Vector_Primitive (const COND_TYPE &cond_, const LHS_TYPE &lhs_, STORAGE rhs_) | |
| STORAGE | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| Public Member Functions inherited from Rcpp::VectorBase< RTYPE, true, IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T > > | |
| IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T > & | get_ref () |
| stored_type | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| const_iterator | cbegin () const |
| const_iterator | cend () const |
Private Attributes | |
| const COND_TYPE & | cond |
| const LHS_EXT & | lhs |
| const STORAGE | rhs |
| typedef Rcpp::VectorBase<LGLSXP,COND_NA,COND_T> Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::COND_TYPE |
| typedef Rcpp::traits::Extractor<RTYPE,LHS_NA,LHS_T>::type Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::LHS_EXT |
| typedef Rcpp::VectorBase<RTYPE ,LHS_NA ,LHS_T> Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::LHS_TYPE |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::STORAGE |
|
inline |
|
inline |
Definition at line 212 of file ifelse.h.
References cond, Rcpp::traits::get_na(), Rcpp::traits::is_na(), lhs, and rhs.

|
inline |
|
private |
Definition at line 222 of file ifelse.h.
Referenced by IfElse_Vector_Primitive(), operator[](), and size().
|
private |
Definition at line 223 of file ifelse.h.
Referenced by IfElse_Vector_Primitive(), and operator[]().
|
private |
Definition at line 224 of file ifelse.h.
Referenced by IfElse_Vector_Primitive(), and operator[]().