|
Rcpp Version 0.9.10
|

Go to the source code of this file.
Functions | |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::less < RTYPE >, NA, T > | operator< (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::less < RTYPE >, NA, T > | operator> (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::greater < RTYPE >, NA, T > | operator> (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::greater < RTYPE >, NA, T > | operator< (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::less_or_equal < RTYPE >, NA, T > | operator<= (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::less_or_equal < RTYPE >, NA, T > | operator>= (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::greater_or_equal < RTYPE >, NA, T > | operator>= (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::greater_or_equal < RTYPE >, NA, T > | operator<= (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::equal < RTYPE >, NA, T > | operator== (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::equal < RTYPE >, NA, T > | operator== (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::not_equal< RTYPE > , NA, T > | operator!= (const Rcpp::VectorBase< RTYPE, NA, T > &lhs, typename Rcpp::traits::storage_type< RTYPE >::type rhs) |
| template<int RTYPE, bool NA, typename T > | |
| Rcpp::sugar::Comparator_With_One_Value < RTYPE, Rcpp::sugar::not_equal< RTYPE > , NA, T > | operator!= (typename Rcpp::traits::storage_type< RTYPE >::type rhs, const Rcpp::VectorBase< RTYPE, NA, T > &lhs) |
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::not_equal<RTYPE>, NA, T > operator!= | ( | const Rcpp::VectorBase< RTYPE, NA, T > & | lhs, |
| typename Rcpp::traits::storage_type< RTYPE >::type | rhs | ||
| ) | [inline] |
Definition at line 255 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::not_equal<RTYPE>, NA, T > operator!= | ( | typename Rcpp::traits::storage_type< RTYPE >::type | rhs, |
| const Rcpp::VectorBase< RTYPE, NA, T > & | lhs | ||
| ) | [inline] |
Definition at line 275 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::less<RTYPE>, NA, T > operator< | ( | const Rcpp::VectorBase< RTYPE, NA, T > & | lhs, |
| typename Rcpp::traits::storage_type< RTYPE >::type | rhs | ||
| ) | [inline] |
Definition at line 34 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::greater<RTYPE>, NA, T > operator< | ( | typename Rcpp::traits::storage_type< RTYPE >::type | rhs, |
| const Rcpp::VectorBase< RTYPE, NA, T > & | lhs | ||
| ) | [inline] |
Definition at line 98 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::greater_or_equal<RTYPE>, NA, T > operator<= | ( | typename Rcpp::traits::storage_type< RTYPE >::type | rhs, |
| const Rcpp::VectorBase< RTYPE, NA, T > & | lhs | ||
| ) | [inline] |
Definition at line 187 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::less_or_equal<RTYPE>, NA, T > operator<= | ( | const Rcpp::VectorBase< RTYPE, NA, T > & | lhs, |
| typename Rcpp::traits::storage_type< RTYPE >::type | rhs | ||
| ) | [inline] |
Definition at line 122 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::equal<RTYPE>, NA, T > operator== | ( | typename Rcpp::traits::storage_type< RTYPE >::type | rhs, |
| const Rcpp::VectorBase< RTYPE, NA, T > & | lhs | ||
| ) | [inline] |
Definition at line 231 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::equal<RTYPE>, NA, T > operator== | ( | const Rcpp::VectorBase< RTYPE, NA, T > & | lhs, |
| typename Rcpp::traits::storage_type< RTYPE >::type | rhs | ||
| ) | [inline] |
Definition at line 211 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::less<RTYPE>, NA, T > operator> | ( | typename Rcpp::traits::storage_type< RTYPE >::type | rhs, |
| const Rcpp::VectorBase< RTYPE, NA, T > & | lhs | ||
| ) | [inline] |
Definition at line 54 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::greater<RTYPE>, NA, T > operator> | ( | const Rcpp::VectorBase< RTYPE, NA, T > & | lhs, |
| typename Rcpp::traits::storage_type< RTYPE >::type | rhs | ||
| ) | [inline] |
Definition at line 78 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::less_or_equal<RTYPE>, NA, T > operator>= | ( | typename Rcpp::traits::storage_type< RTYPE >::type | rhs, |
| const Rcpp::VectorBase< RTYPE, NA, T > & | lhs | ||
| ) | [inline] |
Definition at line 142 of file logical_operators__Vector__primitive.h.
| Rcpp::sugar::Comparator_With_One_Value< RTYPE , Rcpp::sugar::greater_or_equal<RTYPE>, NA, T > operator>= | ( | const Rcpp::VectorBase< RTYPE, NA, T > & | lhs, |
| typename Rcpp::traits::storage_type< RTYPE >::type | rhs | ||
| ) | [inline] |
Definition at line 167 of file logical_operators__Vector__primitive.h.