Rcpp Version 1.0.9
|
#include <Comparator_With_One_Value.h>
Public Types | |
typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC_TYPE |
typedef traits::storage_type< RTYPE >::type | STORAGE |
typedef int(Comparator_With_One_Value::* | METHOD) (int) const |
Public Types inherited from Rcpp::VectorBase< LGLSXP, true, Comparator_With_One_Value< RTYPE, Operator, 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 | |
Comparator_With_One_Value (const VEC_TYPE &lhs_, STORAGE rhs_) | |
int | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
Public Member Functions inherited from Rcpp::VectorBase< LGLSXP, true, Comparator_With_One_Value< RTYPE, Operator, NA, T > > | |
Comparator_With_One_Value< RTYPE, Operator, NA, T > & | get_ref () |
const Comparator_With_One_Value< RTYPE, Operator, 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 Member Functions | |
int | rhs_is_na (int i) const |
int | rhs_is_not_na (int i) const |
Private Attributes | |
const VEC_TYPE & | lhs |
STORAGE | rhs |
METHOD | m |
Operator | op |
Definition at line 29 of file Comparator_With_One_Value.h.
typedef int(Comparator_With_One_Value::* Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::METHOD) (int) const |
Definition at line 33 of file Comparator_With_One_Value.h.
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::STORAGE |
Definition at line 32 of file Comparator_With_One_Value.h.
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::VEC_TYPE |
Definition at line 31 of file Comparator_With_One_Value.h.
|
inline |
Definition at line 35 of file Comparator_With_One_Value.h.
References Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::m, Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::rhs, Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::rhs_is_na(), and Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::rhs_is_not_na().
|
inline |
Definition at line 44 of file Comparator_With_One_Value.h.
References Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::m.
|
inlineprivate |
Definition at line 56 of file Comparator_With_One_Value.h.
References Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::rhs.
Referenced by Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::Comparator_With_One_Value(), and Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::Comparator_With_One_Value().
|
inlineprivate |
Definition at line 57 of file Comparator_With_One_Value.h.
References Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::lhs, Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::op, and Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::rhs.
Referenced by Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::Comparator_With_One_Value(), and Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::Comparator_With_One_Value().
|
inline |
Definition at line 48 of file Comparator_With_One_Value.h.
References Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::lhs, and Rcpp::VectorBase< RTYPE, na, VECTOR >::size().
|
private |
Definition at line 51 of file Comparator_With_One_Value.h.
Referenced by Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::rhs_is_not_na(), Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::rhs_is_not_na(), Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::size(), and Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::size().
|
private |
Definition at line 53 of file Comparator_With_One_Value.h.
Referenced by Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::Comparator_With_One_Value(), Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::Comparator_With_One_Value(), Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::operator[](), and Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::operator[]().
|
private |
Definition at line 54 of file Comparator_With_One_Value.h.
Referenced by Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::rhs_is_not_na(), and Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::rhs_is_not_na().
|
private |
Definition at line 52 of file Comparator_With_One_Value.h.
Referenced by Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::Comparator_With_One_Value(), Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::Comparator_With_One_Value(), Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::rhs_is_na(), Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::rhs_is_na(), Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, NA, T >::rhs_is_not_na(), and Rcpp::sugar::Comparator_With_One_Value< RTYPE, Operator, false, T >::rhs_is_not_na().