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


Public Types | |
| typedef Rcpp::VectorBase < LGLSXP, false, T > | VEC_TYPE |
| typedef SingleLogicalResult < false, All< false, T > > | PARENT |
Public Member Functions | |
| All (const VEC_TYPE &t) | |
| void | apply () |
Private Attributes | |
| const VEC_TYPE & | object |
| typedef SingleLogicalResult< false, All<false,T> > Rcpp::sugar::All< false, T >::PARENT |
| typedef Rcpp::VectorBase<LGLSXP,false,T> Rcpp::sugar::All< false, T >::VEC_TYPE |
| Rcpp::sugar::All< false, T >::All | ( | const VEC_TYPE & | t | ) | [inline] |
| void Rcpp::sugar::All< false, T >::apply | ( | ) | [inline] |
Reimplemented from Rcpp::sugar::SingleLogicalResult< false, All< false, T > >.
Definition at line 66 of file all.h.
References i, n, return(), Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >::set_false(), and Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >::set_true().

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