Rcpp Version 1.0.9
Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T > Class Template Reference

#include <ifelse.h>

Inheritance diagram for Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >:
Collaboration diagram for Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >:

Public Types

typedef Rcpp::VectorBase< LGLSXP, false, COND_T > COND_TYPE
 
typedef traits::storage_type< RTYPE >::type STORAGE
 
- Public Types inherited from Rcpp::VectorBase< RTYPE, true, IfElse_Primitive_Primitive< RTYPE, false, COND_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_Primitive (const COND_TYPE &cond_, STORAGE 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_Primitive_Primitive< RTYPE, false, COND_T > >
IfElse_Primitive_Primitive< RTYPE, false, COND_T > & get_ref ()
 
const IfElse_Primitive_Primitive< RTYPE, false, COND_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
 
STORAGE rhs
 

Detailed Description

template<int RTYPE, typename COND_T>
class Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >

Definition at line 306 of file ifelse.h.

Member Typedef Documentation

◆ COND_TYPE

template<int RTYPE, typename COND_T >
typedef Rcpp::VectorBase<LGLSXP,false,COND_T> Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >::COND_TYPE

Definition at line 312 of file ifelse.h.

◆ STORAGE

template<int RTYPE, typename COND_T >
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >::STORAGE

Definition at line 313 of file ifelse.h.

Constructor & Destructor Documentation

◆ IfElse_Primitive_Primitive()

template<int RTYPE, typename COND_T >
Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >::IfElse_Primitive_Primitive ( const COND_TYPE cond_,
STORAGE  lhs_,
STORAGE  rhs_ 
)
inline

Definition at line 315 of file ifelse.h.

Member Function Documentation

◆ operator[]()

◆ size()

template<int RTYPE, typename COND_T >
R_xlen_t Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >::size ( ) const
inline

Definition at line 324 of file ifelse.h.

References Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, COND_NA, COND_T >::cond, and Rcpp::VectorBase< RTYPE, na, VECTOR >::size().

Here is the call graph for this function:

Member Data Documentation

◆ cond

template<int RTYPE, typename COND_T >
const COND_TYPE& Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >::cond
private

Definition at line 327 of file ifelse.h.

◆ lhs

template<int RTYPE, typename COND_T >
STORAGE Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >::lhs
private

Definition at line 328 of file ifelse.h.

◆ rhs

template<int RTYPE, typename COND_T >
STORAGE Rcpp::sugar::IfElse_Primitive_Primitive< RTYPE, false, COND_T >::rhs
private

Definition at line 329 of file ifelse.h.


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