Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::sugar::Not_Vector< RTYPE, NA, T > Class Template Reference

#include <not.h>

Inheritance diagram for Rcpp::sugar::Not_Vector< RTYPE, NA, T >:
Collaboration diagram for Rcpp::sugar::Not_Vector< RTYPE, NA, T >:

Public Types

typedef Rcpp::VectorBase< RTYPE, NA, T > VEC_TYPE
typedef traits::storage_type< RTYPE >::type STORAGE
typedef not_< RTYPE, NAOPERATOR
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 ()
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_TYPElhs
OPERATOR op

Detailed Description

template<int RTYPE, bool NA, typename T>
class Rcpp::sugar::Not_Vector< RTYPE, NA, T >

Definition at line 76 of file not.h.

Member Typedef Documentation

◆ OPERATOR

template<int RTYPE, bool NA, typename T>
typedef not_<RTYPE,NA> Rcpp::sugar::Not_Vector< RTYPE, NA, T >::OPERATOR

Definition at line 80 of file not.h.

◆ STORAGE

template<int RTYPE, bool NA, typename T>
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Not_Vector< RTYPE, NA, T >::STORAGE

Definition at line 79 of file not.h.

◆ VEC_TYPE

template<int RTYPE, bool NA, typename T>
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Not_Vector< RTYPE, NA, T >::VEC_TYPE

Definition at line 78 of file not.h.

Constructor & Destructor Documentation

◆ Not_Vector()

template<int RTYPE, bool NA, typename T>
Rcpp::sugar::Not_Vector< RTYPE, NA, T >::Not_Vector ( const VEC_TYPE & lhs_)
inline

Definition at line 82 of file not.h.

References lhs, and op.

Member Function Documentation

◆ operator[]()

template<int RTYPE, bool NA, typename T>
STORAGE Rcpp::sugar::Not_Vector< RTYPE, NA, T >::operator[] ( R_xlen_t i) const
inline

Definition at line 85 of file not.h.

References lhs, and op.

◆ size()

template<int RTYPE, bool NA, typename T>
R_xlen_t Rcpp::sugar::Not_Vector< RTYPE, NA, T >::size ( ) const
inline

Definition at line 89 of file not.h.

References lhs.

Member Data Documentation

◆ lhs

template<int RTYPE, bool NA, typename T>
const VEC_TYPE& Rcpp::sugar::Not_Vector< RTYPE, NA, T >::lhs
private

Definition at line 92 of file not.h.

Referenced by Not_Vector(), operator[](), and size().

◆ op

template<int RTYPE, bool NA, typename T>
OPERATOR Rcpp::sugar::Not_Vector< RTYPE, NA, T >::op
private

Definition at line 93 of file not.h.

Referenced by Not_Vector(), and operator[]().


The documentation for this class was generated from the following file:
  • inst/include/Rcpp/sugar/operators/not.h