| 
    Rcpp Version 1.0.14
    
   | 
 
#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 Types inherited from Rcpp::VectorBase< LGLSXP, NA, Not_Vector< RTYPE, NA, T > > | |
| typedef traits::storage_type< RTYPE >::type | stored_type | 
| typedef traits::storage_type< RTYPE >::type | elem_type | 
| typedef iter_base< iter_traits > | iterator | 
| typedef iter_base< const_iter_traits > | const_iterator | 
Public Member Functions | |
| Not_Vector (const VEC_TYPE &lhs_) | |
| STORAGE | operator[] (R_xlen_t i) const | 
| R_xlen_t | size () const | 
  Public Member Functions inherited from Rcpp::VectorBase< LGLSXP, NA, Not_Vector< RTYPE, NA, T > > | |
| Not_Vector< RTYPE, NA, T > & | get_ref () | 
| const Not_Vector< RTYPE, NA, T > & | get_ref () const | 
| stored_type | operator[] (R_xlen_t i) const | 
| R_xlen_t | size () const | 
| const_iterator | begin () const | 
| const_iterator | end () const | 
| const_iterator | cbegin () const | 
| const_iterator | cend () 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 | 
      
  | 
  inline | 
      
  | 
  inline | 
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.

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

      
  | 
  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().
      
  | 
  private | 
Definition at line 93 of file not.h.
Referenced by Rcpp::sugar::Not_Vector< RTYPE, NA, T >::operator[]().