Rcpp Version 0.9.10
Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T > Class Template Reference

#include <or.h>

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

List of all members.

Public Types

typedef SingleLogicalResult
< false, LHS_T > 
LHS_TYPE
typedef SingleLogicalResult
< RHS_NA, RHS_T > 
RHS_TYPE
typedef SingleLogicalResult
< RHS_NA,
Or_SingleLogicalResult_SingleLogicalResult
< false, LHS_T, RHS_NA, RHS_T > > 
BASE

Public Member Functions

 Or_SingleLogicalResult_SingleLogicalResult (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_)
void apply ()

Private Attributes

const LHS_TYPElhs
const RHS_TYPErhs

Detailed Description

template<typename LHS_T, bool RHS_NA, typename RHS_T>
class Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >

Definition at line 101 of file or.h.


Member Typedef Documentation

template<typename LHS_T , bool RHS_NA, typename RHS_T >
typedef SingleLogicalResult< RHS_NA, Or_SingleLogicalResult_SingleLogicalResult<false,LHS_T,RHS_NA,RHS_T> > Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >::BASE

Definition at line 113 of file or.h.

template<typename LHS_T , bool RHS_NA, typename RHS_T >
typedef SingleLogicalResult<false,LHS_T> Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >::LHS_TYPE

Definition at line 108 of file or.h.

template<typename LHS_T , bool RHS_NA, typename RHS_T >
typedef SingleLogicalResult<RHS_NA,RHS_T> Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >::RHS_TYPE

Definition at line 109 of file or.h.


Constructor & Destructor Documentation

template<typename LHS_T , bool RHS_NA, typename RHS_T >
Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >::Or_SingleLogicalResult_SingleLogicalResult ( const LHS_TYPE lhs_,
const RHS_TYPE rhs_ 
) [inline]

Definition at line 115 of file or.h.


Member Function Documentation


Member Data Documentation

template<typename LHS_T , bool RHS_NA, typename RHS_T >
const LHS_TYPE& Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >::lhs [private]

Definition at line 129 of file or.h.

template<typename LHS_T , bool RHS_NA, typename RHS_T >
const RHS_TYPE& Rcpp::sugar::Or_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T >::rhs [private]

Definition at line 130 of file or.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines