Rcpp Version 1.0.9
Rcpp::sugar::Or_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T > Class Template Reference

#include <or.h>

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

Public Types

typedef Rcpp::VectorBase< LGLSXP, false, LHS_T > LHS_TYPE
 
typedef Rcpp::VectorBase< LGLSXP, false, RHS_T > RHS_TYPE
 
- Public Types inherited from Rcpp::VectorBase< LGLSXP, false, Or_LogicalExpression_LogicalExpression< false, LHS_T, false, 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, false, Or_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T > >
Or_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T > & get_ref ()
 
const Or_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T > & get_ref () const
 
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<typename LHS_T, typename RHS_T>
class Rcpp::sugar::Or_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T >

Definition at line 261 of file or.h.

Member Typedef Documentation

◆ LHS_TYPE

template<typename LHS_T , typename RHS_T >
typedef Rcpp::VectorBase<LGLSXP,false,LHS_T> Rcpp::sugar::Or_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T >::LHS_TYPE

Definition at line 264 of file or.h.

◆ RHS_TYPE

template<typename LHS_T , typename RHS_T >
typedef Rcpp::VectorBase<LGLSXP,false,RHS_T> Rcpp::sugar::Or_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T >::RHS_TYPE

Definition at line 265 of file or.h.

Constructor & Destructor Documentation

◆ Or_LogicalExpression_LogicalExpression()

template<typename LHS_T , typename RHS_T >
Rcpp::sugar::Or_LogicalExpression_LogicalExpression< false, LHS_T, false, RHS_T >::Or_LogicalExpression_LogicalExpression ( const LHS_TYPE lhs_,
const RHS_TYPE rhs_ 
)
inline

Definition at line 267 of file or.h.

Member Function Documentation

◆ operator[]()

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

◆ size()

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

Member Data Documentation

◆ lhs

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

Definition at line 276 of file or.h.

◆ rhs

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

Definition at line 277 of file or.h.


The documentation for this class was generated from the following file: