Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T > Class Template Reference

#include <or.h>

Inheritance diagram for Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >:
Collaboration diagram for Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >:

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_TYPElhs
const RHS_TYPErhs

Detailed Description

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
class Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >

Definition at line 202 of file or.h.

Member Typedef Documentation

◆ LHS_TYPE

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
typedef Rcpp::VectorBase<LGLSXP,LHS_NA,LHS_T> Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >::LHS_TYPE

Definition at line 204 of file or.h.

◆ RHS_TYPE

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
typedef Rcpp::VectorBase<LGLSXP,RHS_NA,RHS_T> Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >::RHS_TYPE

Definition at line 205 of file or.h.

Constructor & Destructor Documentation

◆ Or_LogicalExpression_LogicalExpression()

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >::Or_LogicalExpression_LogicalExpression ( const LHS_TYPE & lhs_,
const RHS_TYPE & rhs_ )
inline

Definition at line 207 of file or.h.

References lhs, and rhs.

Member Function Documentation

◆ operator[]()

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
int Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >::operator[] ( R_xlen_t i) const
inline

Definition at line 209 of file or.h.

References lhs, and rhs.

◆ size()

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
R_xlen_t Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >::size ( ) const
inline

Definition at line 214 of file or.h.

References lhs.

Member Data Documentation

◆ lhs

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
const LHS_TYPE& Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >::lhs
private

Definition at line 217 of file or.h.

Referenced by operator[](), Or_LogicalExpression_LogicalExpression(), and size().

◆ rhs

template<bool LHS_NA, typename LHS_T, bool RHS_NA, typename RHS_T>
const RHS_TYPE& Rcpp::sugar::Or_LogicalExpression_LogicalExpression< LHS_NA, LHS_T, RHS_NA, RHS_T >::rhs
private

Definition at line 218 of file or.h.

Referenced by operator[](), and Or_LogicalExpression_LogicalExpression().


The documentation for this class was generated from the following file:
  • inst/include/Rcpp/sugar/logical/or.h