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


Public Types | |
| typedef Rcpp::VectorBase < RTYPE, NA, T > | VEC_TYPE |
| typedef traits::storage_type < RTYPE >::type | STORAGE |
| typedef not_< RTYPE, NA > | OPERATOR |
Public Member Functions | |
| Not_Vector (const VEC_TYPE &lhs_) | |
| STORAGE | operator[] (int i) const |
| int | size () const |
Private Attributes | |
| const VEC_TYPE & | lhs |
| OPERATOR | op |
| typedef not_<RTYPE,NA> Rcpp::sugar::Not_Vector< RTYPE, NA, T >::OPERATOR |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Not_Vector< RTYPE, NA, T >::STORAGE |
| typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Not_Vector< RTYPE, NA, T >::VEC_TYPE |
| Rcpp::sugar::Not_Vector< RTYPE, NA, T >::Not_Vector | ( | const VEC_TYPE & | lhs_ | ) | [inline] |
| STORAGE Rcpp::sugar::Not_Vector< RTYPE, NA, T >::operator[] | ( | int | i | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< LGLSXP, NA, Not_Vector< RTYPE, NA, T > >.
Definition at line 85 of file not.h.
References Rcpp::sugar::not_< RTYPE, NA >::apply(), Rcpp::sugar::Not_Vector< RTYPE, NA, T >::lhs, and Rcpp::sugar::Not_Vector< RTYPE, NA, T >::op.

| int Rcpp::sugar::Not_Vector< RTYPE, NA, T >::size | ( | ) | const [inline] |
Reimplemented from Rcpp::VectorBase< LGLSXP, NA, Not_Vector< RTYPE, NA, T > >.
Definition at line 89 of file not.h.
References Rcpp::sugar::Not_Vector< RTYPE, NA, T >::lhs, and Rcpp::VectorBase< RTYPE, na, VECTOR >::size().

const VEC_TYPE& Rcpp::sugar::Not_Vector< RTYPE, NA, T >::lhs [private] |
Definition at line 92 of file not.h.
Referenced by Rcpp::sugar::Not_Vector< RTYPE, NA, T >::operator[](), and Rcpp::sugar::Not_Vector< RTYPE, NA, T >::size().
OPERATOR Rcpp::sugar::Not_Vector< RTYPE, NA, T >::op [private] |
Definition at line 93 of file not.h.
Referenced by Rcpp::sugar::Not_Vector< RTYPE, NA, T >::operator[]().