Rcpp Version 1.1.2
Loading...
Searching...
No Matches
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.

References lhs, and rhs.

Member Function Documentation

◆ apply()

template<bool LHS_NA, typename LHS_T>
void Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::apply ( )
inline

Definition at line 186 of file or.h.

References lhs, rhs, and Rcpp::sugar::SingleLogicalResult< LHS_NA, Or_SingleLogicalResult_bool< LHS_NA, LHS_T > >::set().

Here is the call graph for this function:

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

Definition at line 195 of file or.h.

Referenced by apply(), and Or_SingleLogicalResult_bool().

◆ rhs

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

Definition at line 196 of file or.h.

Referenced by apply(), and Or_SingleLogicalResult_bool().


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