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


Public Types | |
| typedef Rcpp::VectorBase< LGLSXP, false, T > | VEC_TYPE | 
| typedef SingleLogicalResult< false, Any< false, T > > | PARENT | 
Public Member Functions | |
| Any (const VEC_TYPE &t) | |
| void | apply () | 
  Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< false, Any< false, 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 VEC_TYPE & | object | 
Additional Inherited Members | |
  Static Public Attributes inherited from Rcpp::sugar::SingleLogicalResult< false, Any< false, T > > | |
| static const int | UNRESOLVED | 
  Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< false, Any< false, 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, Any< false, T > > | |
| int | result | 
| typedef SingleLogicalResult< false , Any<false,T> > Rcpp::sugar::Any< false, T >::PARENT | 
| typedef Rcpp::VectorBase<LGLSXP,false,T> Rcpp::sugar::Any< false, T >::VEC_TYPE | 
      
  | 
  inline | 
      
  | 
  inline | 
Definition at line 64 of file any.h.
References Rcpp::as(), Rcpp::sugar::SingleLogicalResult< true, Any< NA, T > >::set_false(), and Rcpp::sugar::SingleLogicalResult< true, Any< NA, T > >::set_true().

      
  | 
  private |