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


Public Types | |
| typedef SingleLogicalResult< NA, T > | TYPE | 
| typedef SingleLogicalResult< NA, Negate_SingleLogicalResult< NA, T > > | BASE | 
Public Member Functions | |
| Negate_SingleLogicalResult (const TYPE &orig_) | |
| void | apply () | 
  Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< NA, Negate_SingleLogicalResult< NA, 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 TYPE & | orig | 
Additional Inherited Members | |
  Static Public Attributes inherited from Rcpp::sugar::SingleLogicalResult< NA, Negate_SingleLogicalResult< NA, T > > | |
| static const int | UNRESOLVED | 
  Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< NA, Negate_SingleLogicalResult< NA, 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< NA, Negate_SingleLogicalResult< NA, T > > | |
| int | result | 
| typedef SingleLogicalResult<NA,T> Rcpp::sugar::Negate_SingleLogicalResult< NA, T >::TYPE | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 48 of file not.h.
References Rcpp::sugar::SingleLogicalResult< NA, T >::get(), Rcpp::sugar::Negate_SingleLogicalResult< NA, T >::orig, and Rcpp::sugar::SingleLogicalResult< NA, Negate_SingleLogicalResult< NA, T > >::set().

      
  | 
  private | 
Definition at line 53 of file not.h.
Referenced by Rcpp::sugar::Negate_SingleLogicalResult< NA, T >::apply().