|
Rcpp Version 0.9.10
|
#include <or.h>


Public Types | |
| typedef SingleLogicalResult < LHS_NA, LHS_T > | LHS_TYPE |
| typedef SingleLogicalResult < LHS_NA, Or_SingleLogicalResult_bool < LHS_NA, LHS_T > > | BASE |
Public Member Functions | |
| Or_SingleLogicalResult_bool (const LHS_TYPE &lhs_, bool rhs_) | |
| void | apply () |
Private Attributes | |
| const LHS_TYPE & | lhs |
| bool | rhs |
| typedef SingleLogicalResult< LHS_NA , Or_SingleLogicalResult_bool<LHS_NA,LHS_T> > Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::BASE |
| typedef SingleLogicalResult<LHS_NA,LHS_T> Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::LHS_TYPE |
| Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::Or_SingleLogicalResult_bool | ( | const LHS_TYPE & | lhs_, |
| bool | rhs_ | ||
| ) | [inline] |
| void Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::apply | ( | ) | [inline] |
Reimplemented from Rcpp::sugar::SingleLogicalResult< LHS_NA, And_SingleLogicalResult_bool< LHS_NA, LHS_T > >.
Definition at line 186 of file or.h.
References Rcpp::sugar::SingleLogicalResult< NA, T >::get(), Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::lhs, Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::rhs, and Rcpp::sugar::SingleLogicalResult< NA, T >::set().

const LHS_TYPE& Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::lhs [private] |
Definition at line 195 of file or.h.
Referenced by Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::apply().
bool Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::rhs [private] |
Definition at line 196 of file or.h.
Referenced by Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::apply().