Rcpp Version 0.9.10
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 >:

List of all members.

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_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

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.

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.

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

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.


Member Function Documentation

template<int RTYPE, bool NA, typename T >
STORAGE Rcpp::sugar::Not_Vector< RTYPE, NA, T >::operator[] ( int  i) const [inline]
template<int RTYPE, bool NA, typename T >
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().

Here is the call graph for this function:


Member Data Documentation

template<int RTYPE, bool NA, typename T >
const VEC_TYPE& Rcpp::sugar::Not_Vector< RTYPE, NA, T >::lhs [private]
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 Rcpp::sugar::Not_Vector< RTYPE, NA, T >::operator[]().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines