Rcpp Version 1.0.9
Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T > Class Template Reference

#include <ifelse.h>

Inheritance diagram for Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >:
Collaboration diagram for Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >:

Public Types

typedef Rcpp::VectorBase< LGLSXP, COND_NA, 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 Types inherited from Rcpp::VectorBase< RTYPE, true, IfElse_Primitive_Vector< RTYPE, COND_NA, COND_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_Primitive_Vector (const COND_TYPE &cond_, STORAGE 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, true, IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T > >
IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T > & get_ref ()
 
const IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T > & get_ref () const
 
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
 
STORAGE lhs
 
const RHS_EXTrhs
 

Detailed Description

template<int RTYPE, bool COND_NA, typename COND_T, bool RHS_NA, typename RHS_T>
class Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >

Definition at line 119 of file ifelse.h.

Member Typedef Documentation

◆ COND_TYPE

template<int RTYPE, bool COND_NA, typename COND_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::VectorBase<LGLSXP,COND_NA,COND_T> Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::COND_TYPE

Definition at line 125 of file ifelse.h.

◆ RHS_EXT

template<int RTYPE, bool COND_NA, typename COND_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::traits::Extractor<RTYPE ,RHS_NA ,RHS_T>::type Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::RHS_EXT

Definition at line 129 of file ifelse.h.

◆ RHS_TYPE

template<int RTYPE, bool COND_NA, typename COND_T , bool RHS_NA, typename RHS_T >
typedef Rcpp::VectorBase<RTYPE ,RHS_NA ,RHS_T> Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::RHS_TYPE

Definition at line 126 of file ifelse.h.

◆ STORAGE

template<int RTYPE, bool COND_NA, typename COND_T , bool RHS_NA, typename RHS_T >
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::STORAGE

Definition at line 127 of file ifelse.h.

Constructor & Destructor Documentation

◆ IfElse_Primitive_Vector()

template<int RTYPE, bool COND_NA, typename COND_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::IfElse_Primitive_Vector ( const COND_TYPE cond_,
STORAGE  lhs_,
const RHS_TYPE rhs_ 
)
inline

Definition at line 131 of file ifelse.h.

Member Function Documentation

◆ operator[]()

template<int RTYPE, bool COND_NA, typename COND_T , bool RHS_NA, typename RHS_T >
STORAGE Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::operator[] ( R_xlen_t  i) const
inline

◆ size()

template<int RTYPE, bool COND_NA, typename COND_T , bool RHS_NA, typename RHS_T >
R_xlen_t Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::size ( ) const
inline

Member Data Documentation

◆ cond

◆ lhs

template<int RTYPE, bool COND_NA, typename COND_T , bool RHS_NA, typename RHS_T >
STORAGE Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::lhs
private

◆ rhs

template<int RTYPE, bool COND_NA, typename COND_T , bool RHS_NA, typename RHS_T >
const RHS_EXT& Rcpp::sugar::IfElse_Primitive_Vector< RTYPE, COND_NA, COND_T, RHS_NA, RHS_T >::rhs
private

The documentation for this class was generated from the following file: