|
Rcpp Version 0.9.10
|
#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 () |
Private Attributes | |
| const VEC_TYPE & | object |
| 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 |
| Rcpp::sugar::All< NA, T >::All | ( | const VEC_TYPE & | t | ) | [inline] |
| void Rcpp::sugar::All< NA, T >::apply | ( | ) | [inline] |
Reimplemented from Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >.
Definition at line 35 of file all.h.
References i, Rcpp::traits::is_na< LGLSXP >(), Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >::is_unresolved(), n, Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >::reset(), return(), 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().

const VEC_TYPE& Rcpp::sugar::All< NA, T >::object [private] |