|
Rcpp Version 0.9.10
|
#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 () |
Private Attributes | |
| const VEC_TYPE & | object |
| 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 |
| Rcpp::sugar::Any< false, T >::Any | ( | const VEC_TYPE & | t | ) | [inline] |
| void Rcpp::sugar::Any< false, T >::apply | ( | ) | [inline] |
Reimplemented from Rcpp::sugar::SingleLogicalResult< false, Any< false, T > >.
Definition at line 64 of file any.h.
References i, n, return(), Rcpp::sugar::SingleLogicalResult< true, Any< NA, T > >::set_false(), and Rcpp::sugar::SingleLogicalResult< true, Any< NA, T > >::set_true().

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