Rcpp Version 0.9.10
and.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< LHS_NA, LHS_T, RHS_NA, RHS_T >
class  Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< LHS_NA, LHS_T, false, RHS_T >
class  Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >
class  Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< false, LHS_T, false, RHS_T >
class  Rcpp::sugar::And_SingleLogicalResult_bool< LHS_NA, LHS_T >

Namespaces

namespace  Rcpp
 

Rcpp API.


namespace  Rcpp::sugar

Functions

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult
< LHS_NA, LHS_T, RHS_NA, RHS_T > 
operator&& (const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &lhs, const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &rhs)
template<bool LHS_NA, typename LHS_T >
Rcpp::sugar::And_SingleLogicalResult_bool
< LHS_NA, LHS_T > 
operator&& (const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &lhs, bool rhs)
template<bool LHS_NA, typename LHS_T >
Rcpp::sugar::And_SingleLogicalResult_bool
< LHS_NA, LHS_T > 
operator&& (bool rhs, const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &lhs)

Function Documentation

template<bool LHS_NA, typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult<LHS_NA,LHS_T,RHS_NA,RHS_T> operator&& ( const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &  lhs,
const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &  rhs 
) [inline]

Definition at line 207 of file and.h.

template<bool LHS_NA, typename LHS_T >
Rcpp::sugar::And_SingleLogicalResult_bool<LHS_NA,LHS_T> operator&& ( bool  rhs,
const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &  lhs 
) [inline]

Definition at line 225 of file and.h.

template<bool LHS_NA, typename LHS_T >
Rcpp::sugar::And_SingleLogicalResult_bool<LHS_NA,LHS_T> operator&& ( const Rcpp::sugar::SingleLogicalResult< LHS_NA, LHS_T > &  lhs,
bool  rhs 
) [inline]

Definition at line 216 of file and.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines