|
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 Rcpp::VectorBase< RTYPE,RHS_NA,RHS_T > | RHS_TYPE |
| typedef traits::storage_type< RTYPE >::type | STORAGE |
| Public Types inherited from Rcpp::VectorBase< RTYPE,(COND_NA||LHS_NA||RHS_NA), IfElse< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T, RHS_NA, RHS_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 (const COND_TYPE &cond_, const LHS_TYPE &lhs_, const RHS_TYPE &rhs_) | |
| STORAGE | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| Public Member Functions inherited from Rcpp::VectorBase< RTYPE,(COND_NA||LHS_NA||RHS_NA), IfElse< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T, RHS_NA, RHS_T > > | |
| IfElse< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T, RHS_NA, RHS_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_T & | lhs |
| const RHS_T & | rhs |
| typedef Rcpp::VectorBase<LGLSXP,COND_NA,COND_T> Rcpp::sugar::IfElse< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T, RHS_NA, RHS_T >::COND_TYPE |
| typedef Rcpp::VectorBase<RTYPE ,LHS_NA ,LHS_T> Rcpp::sugar::IfElse< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_TYPE |
| typedef Rcpp::VectorBase<RTYPE ,RHS_NA ,RHS_T> Rcpp::sugar::IfElse< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_TYPE |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::IfElse< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T, RHS_NA, RHS_T >::STORAGE |
|
inline |
Definition at line 48 of file ifelse.h.
References cond, DEMANGLE, Rcpp::VectorBase< RTYPE,(COND_NA||LHS_NA||RHS_NA), IfElse< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T, RHS_NA, RHS_T > >::get_ref(), IfElse(), lhs, RCPP_DEBUG, and rhs.
Referenced by IfElse().

|
inline |
Definition at line 55 of file ifelse.h.
References cond, Rcpp::traits::get_na(), Rcpp::traits::is_na(), lhs, and rhs.

|
inline |
|
private |
Definition at line 65 of file ifelse.h.
Referenced by IfElse(), operator[](), and size().
|
private |
Definition at line 66 of file ifelse.h.
Referenced by IfElse(), and operator[]().
|
private |
Definition at line 67 of file ifelse.h.
Referenced by IfElse(), and operator[]().