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


Public Types | |
| typedef Rcpp::VectorBase< LGLSXP, NA, T > | VEC_TYPE |
| typedef SingleLogicalResult< true, All< NA, T > > | PARENT |
Public Member Functions | |
| All (const VEC_TYPE &t) | |
| void | apply () |
Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< true, All< 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, All< NA, T > > | |
| static const int | UNRESOLVED |
Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< true, All< 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, All< NA, T > > | |
| int | result |
| typedef SingleLogicalResult< true, All<NA,T> > Rcpp::sugar::All< NA, T >::PARENT |
| typedef Rcpp::VectorBase<LGLSXP,NA,T> Rcpp::sugar::All< NA, T >::VEC_TYPE |
|
inline |
Definition at line 35 of file all.h.
References Rcpp::as(), Rcpp::traits::is_na< LGLSXP >(), Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >::is_unresolved(), Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >::reset(), Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >::set_false(), Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >::set_na(), and Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >::set_true().
