Rcpp Version 1.0.9
Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T > Class Template Reference

#include <or.h>

Inheritance diagram for Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >:
Collaboration diagram for Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >:

Public Types

typedef SingleLogicalResult< false, LHS_T > LHS_TYPE
 
typedef SingleLogicalResult< false, RHS_T > RHS_TYPE
 
typedef SingleLogicalResult< false, Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T > > BASE
 

Public Member Functions

 Or_SingleLogicalResult_SingleLogicalResult (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_)
 
void apply ()
 
- Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< false, Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T > >
 SingleLogicalResult ()
 
void apply ()
 
bool is_true ()
 
bool is_false ()
 
bool is_na ()
 
 operator SEXP ()
 
 operator bool ()
 
int size ()
 
int get ()
 
SEXP get_sexp ()
 

Private Attributes

const LHS_TYPElhs
 
const RHS_TYPErhs
 

Additional Inherited Members

- Static Public Attributes inherited from Rcpp::sugar::SingleLogicalResult< false, Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T > >
static const int UNRESOLVED
 
- Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< false, Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T > >
void set (int x)
 
void reset ()
 
void set_true ()
 
void set_false ()
 
void set_na ()
 
bool is_unresolved ()
 
- Protected Attributes inherited from Rcpp::sugar::SingleLogicalResult< false, Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T > >
int result
 

Detailed Description

template<typename LHS_T, typename RHS_T>
class Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >

Definition at line 136 of file or.h.

Member Typedef Documentation

◆ BASE

template<typename LHS_T , typename RHS_T >
typedef SingleLogicalResult< false, Or_SingleLogicalResult_SingleLogicalResult<false,LHS_T,false,RHS_T> > Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >::BASE

Definition at line 148 of file or.h.

◆ LHS_TYPE

template<typename LHS_T , typename RHS_T >
typedef SingleLogicalResult<false,LHS_T> Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >::LHS_TYPE

Definition at line 143 of file or.h.

◆ RHS_TYPE

template<typename LHS_T , typename RHS_T >
typedef SingleLogicalResult<false,RHS_T> Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >::RHS_TYPE

Definition at line 144 of file or.h.

Constructor & Destructor Documentation

◆ Or_SingleLogicalResult_SingleLogicalResult()

template<typename LHS_T , typename RHS_T >
Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >::Or_SingleLogicalResult_SingleLogicalResult ( const LHS_TYPE lhs_,
const RHS_TYPE rhs_ 
)
inline

Definition at line 150 of file or.h.

Member Function Documentation

◆ apply()

Member Data Documentation

◆ lhs

template<typename LHS_T , typename RHS_T >
const LHS_TYPE& Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >::lhs
private

Definition at line 163 of file or.h.

◆ rhs

template<typename LHS_T , typename RHS_T >
const RHS_TYPE& Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >::rhs
private

Definition at line 164 of file or.h.


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