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


Public Types | |
| typedef Rcpp::VectorBase< LGLSXP, LHS_NA, LHS_T > | LHS_TYPE |
| typedef Rcpp::VectorBase< LGLSXP, RHS_NA, RHS_T > | RHS_TYPE |
| Public Types inherited from Rcpp::VectorBase< LGLSXP, true, Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_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 | |
| Or_LogicalExpression_LogicalExpression (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_) | |
| int | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| Public Member Functions inherited from Rcpp::VectorBase< LGLSXP, true, Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T > > | |
| Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T > & | get_ref () |
| 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 Attributes | |
| const LHS_TYPE & | lhs |
| const RHS_TYPE & | rhs |
| typedef Rcpp::VectorBase<LGLSXP,LHS_NA,LHS_T> Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_TYPE |
| typedef Rcpp::VectorBase<LGLSXP,RHS_NA,RHS_T> Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_TYPE |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 217 of file or.h.
Referenced by operator[](), Or_LogicalExpression_LogicalExpression(), and size().
|
private |
Definition at line 218 of file or.h.
Referenced by operator[](), and Or_LogicalExpression_LogicalExpression().