| 
    Rcpp Version 1.0.14
    
   | 
 
#include <or.h>


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_TYPE & | lhs | 
| 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 | 
      
  | 
  inline | 
Definition at line 186 of file or.h.
References Rcpp::as(), Rcpp::sugar::SingleLogicalResult< NA, T >::get(), Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::lhs, Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::rhs, and Rcpp::sugar::SingleLogicalResult< NA, T >::set().

      
  | 
  private | 
Definition at line 195 of file or.h.
Referenced by Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::apply().
      
  | 
  private | 
Definition at line 196 of file or.h.
Referenced by Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::apply().