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