Rcpp Version 1.0.9
Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T > Class Template Reference

#include <or.h>

Inheritance diagram for Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >:
Collaboration diagram for Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >:

Public Types

typedef SingleLogicalResult< LHS_NA, LHS_T > LHS_TYPE
 
typedef SingleLogicalResult< LHS_NA, Or_SingleLogicalResult_bool< LHS_NA, LHS_T > > BASE
 

Public Member Functions

 Or_SingleLogicalResult_bool (const LHS_TYPE &lhs_, bool rhs_)
 
void apply ()
 
- Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< LHS_NA, And_SingleLogicalResult_bool< LHS_NA, LHS_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
 
bool rhs
 

Additional Inherited Members

- Static Public Attributes inherited from Rcpp::sugar::SingleLogicalResult< LHS_NA, And_SingleLogicalResult_bool< LHS_NA, LHS_T > >
static const int UNRESOLVED
 
- Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< LHS_NA, And_SingleLogicalResult_bool< LHS_NA, LHS_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< LHS_NA, And_SingleLogicalResult_bool< LHS_NA, LHS_T > >
int result
 

Detailed Description

template<bool LHS_NA, typename LHS_T>
class Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >

Definition at line 170 of file or.h.

Member Typedef Documentation

◆ BASE

template<bool LHS_NA, typename LHS_T >
typedef SingleLogicalResult< LHS_NA , Or_SingleLogicalResult_bool<LHS_NA,LHS_T> > Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::BASE

Definition at line 181 of file or.h.

◆ LHS_TYPE

template<bool LHS_NA, typename LHS_T >
typedef SingleLogicalResult<LHS_NA,LHS_T> Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::LHS_TYPE

Definition at line 177 of file or.h.

Constructor & Destructor Documentation

◆ Or_SingleLogicalResult_bool()

template<bool LHS_NA, typename LHS_T >
Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::Or_SingleLogicalResult_bool ( const LHS_TYPE lhs_,
bool  rhs_ 
)
inline

Definition at line 183 of file or.h.

Member Function Documentation

◆ apply()

Member Data Documentation

◆ lhs

template<bool LHS_NA, typename LHS_T >
const LHS_TYPE& Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::lhs
private

◆ rhs

template<bool LHS_NA, typename LHS_T >
bool Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::rhs
private

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