Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
logical_operators__Vector__Vector.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE,
Rcpp::sugar::less< RTYPE >
, LHS_NA, LHS_T, RHS_NA, RHS_T > 
operator< (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs)
template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE,
Rcpp::sugar::greater< RTYPE >
, LHS_NA, LHS_T, RHS_NA, RHS_T > 
operator> (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs)
template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE,
Rcpp::sugar::less_or_equal
< RTYPE >, LHS_NA, LHS_T,
RHS_NA, RHS_T > 
operator<= (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs)
template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE,
Rcpp::sugar::greater_or_equal
< RTYPE >, LHS_NA, LHS_T,
RHS_NA, RHS_T > 
operator>= (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs)
template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE,
Rcpp::sugar::equal< RTYPE >
, LHS_NA, LHS_T, RHS_NA, RHS_T > 
operator== (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs)
template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE,
Rcpp::sugar::not_equal< RTYPE >
, LHS_NA, LHS_T, RHS_NA, RHS_T > 
operator!= (const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &lhs, const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &rhs)

Function Documentation

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE , Rcpp::sugar::not_equal<RTYPE>, LHS_NA, LHS_T, RHS_NA, RHS_T > operator!= ( const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &  lhs,
const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &  rhs 
)
inline

Definition at line 139 of file logical_operators__Vector__Vector.h.

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE , Rcpp::sugar::less<RTYPE>, LHS_NA, LHS_T, RHS_NA, RHS_T > operator< ( const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &  lhs,
const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &  rhs 
)
inline

Definition at line 34 of file logical_operators__Vector__Vector.h.

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE , Rcpp::sugar::less_or_equal<RTYPE>, LHS_NA, LHS_T, RHS_NA, RHS_T > operator<= ( const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &  lhs,
const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &  rhs 
)
inline

Definition at line 76 of file logical_operators__Vector__Vector.h.

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE , Rcpp::sugar::equal<RTYPE>, LHS_NA, LHS_T, RHS_NA, RHS_T > operator== ( const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &  lhs,
const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &  rhs 
)
inline

Definition at line 118 of file logical_operators__Vector__Vector.h.

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE , Rcpp::sugar::greater<RTYPE>, LHS_NA, LHS_T, RHS_NA, RHS_T > operator> ( const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &  lhs,
const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &  rhs 
)
inline

Definition at line 55 of file logical_operators__Vector__Vector.h.

template<int RTYPE, bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Comparator< RTYPE , Rcpp::sugar::greater_or_equal<RTYPE>, LHS_NA, LHS_T, RHS_NA, RHS_T > operator>= ( const Rcpp::VectorBase< RTYPE, LHS_NA, LHS_T > &  lhs,
const Rcpp::VectorBase< RTYPE, RHS_NA, RHS_T > &  rhs 
)
inline

Definition at line 97 of file logical_operators__Vector__Vector.h.