Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T > Class Template Reference

#include <ifelse.h>

Inheritance diagram for Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >:
Collaboration diagram for Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >:

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_TYPEcond
const LHS_EXTlhs
const STORAGE rhs

Detailed Description

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
class Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >

Definition at line 196 of file ifelse.h.

Member Typedef Documentation

◆ COND_TYPE

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
typedef Rcpp::VectorBase<LGLSXP,COND_NA,COND_T> Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::COND_TYPE

Definition at line 202 of file ifelse.h.

◆ LHS_EXT

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
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

Definition at line 205 of file ifelse.h.

◆ LHS_TYPE

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
typedef Rcpp::VectorBase<RTYPE ,LHS_NA ,LHS_T> Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::LHS_TYPE

Definition at line 203 of file ifelse.h.

◆ STORAGE

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::STORAGE

Definition at line 204 of file ifelse.h.

Constructor & Destructor Documentation

◆ IfElse_Vector_Primitive()

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::IfElse_Vector_Primitive ( const COND_TYPE & cond_,
const LHS_TYPE & lhs_,
STORAGE rhs_ )
inline

Definition at line 207 of file ifelse.h.

References cond, Rcpp::VectorBase< RTYPE, true, IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T > >::get_ref(), lhs, and rhs.

Here is the call graph for this function:

Member Function Documentation

◆ operator[]()

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
STORAGE Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::operator[] ( R_xlen_t i) const
inline

Definition at line 212 of file ifelse.h.

References cond, Rcpp::traits::get_na(), Rcpp::traits::is_na(), lhs, and rhs.

Here is the call graph for this function:

◆ size()

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
R_xlen_t Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::size ( ) const
inline

Definition at line 219 of file ifelse.h.

References cond.

Member Data Documentation

◆ cond

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
const COND_TYPE& Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::cond
private

Definition at line 222 of file ifelse.h.

Referenced by IfElse_Vector_Primitive(), operator[](), and size().

◆ lhs

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
const LHS_EXT& Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::lhs
private

Definition at line 223 of file ifelse.h.

Referenced by IfElse_Vector_Primitive(), and operator[]().

◆ rhs

template<int RTYPE, bool COND_NA, typename COND_T, bool LHS_NA, typename LHS_T>
const STORAGE Rcpp::sugar::IfElse_Vector_Primitive< RTYPE, COND_NA, COND_T, LHS_NA, LHS_T >::rhs
private

Definition at line 224 of file ifelse.h.

Referenced by IfElse_Vector_Primitive(), and operator[]().


The documentation for this class was generated from the following file:
  • inst/include/Rcpp/sugar/functions/ifelse.h