|
Rcpp Version 1.1.2
|
#include <Comparator.h>


Public Types | |
| typedef Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > | LHS_TYPE |
| typedef Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > | RHS_TYPE |
| typedef traits::storage_type< RTYPE >::type | STORAGE |
| Public Types inherited from Rcpp::VectorBase< LGLSXP, true, Comparator< RTYPE, Operator, LHS_NA, LHS_T, RHS_NA, RHS_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 | |
| Comparator (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_) | |
| int | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| Public Member Functions inherited from Rcpp::VectorBase< LGLSXP, true, Comparator< RTYPE, Operator, LHS_NA, LHS_T, RHS_NA, RHS_T > > | |
| Comparator< RTYPE, Operator, LHS_NA, LHS_T, RHS_NA, RHS_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 LHS_TYPE & | lhs |
| const RHS_TYPE & | rhs |
| Operator | op |
Definition at line 29 of file Comparator.h.
| typedef Rcpp::VectorBase<RTYPE,LHS_NA,LHS_T> Rcpp::sugar::Comparator< RTYPE, Operator, LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_TYPE |
Definition at line 33 of file Comparator.h.
| typedef Rcpp::VectorBase<RTYPE,RHS_NA,RHS_T> Rcpp::sugar::Comparator< RTYPE, Operator, LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_TYPE |
Definition at line 34 of file Comparator.h.
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Comparator< RTYPE, Operator, LHS_NA, LHS_T, RHS_NA, RHS_T >::STORAGE |
Definition at line 35 of file Comparator.h.
|
inline |
Definition at line 37 of file Comparator.h.
|
inline |
Definition at line 40 of file Comparator.h.
References Rcpp::traits::is_na(), lhs, op, and rhs.

|
inline |
Definition at line 48 of file Comparator.h.
References lhs.
|
private |
Definition at line 51 of file Comparator.h.
Referenced by Comparator(), operator[](), and size().
|
private |
Definition at line 53 of file Comparator.h.
Referenced by Comparator(), operator[](), Rcpp::sugar::Comparator< RTYPE, Operator, false, LHS_T, false, RHS_T >::operator[](), and Rcpp::sugar::Comparator< RTYPE, Operator, false, LHS_T, RHS_NA, RHS_T >::operator[]().
|
private |
Definition at line 52 of file Comparator.h.
Referenced by Comparator(), and operator[]().