Rcpp Version 0.9.10
Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T > Class Template Reference

#include <or.h>

Inheritance diagram for Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >:
Collaboration diagram for Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >:

List of all members.

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_TYPElhs
bool rhs

Detailed Description

template<bool LHS_NA, typename LHS_T>
class Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >

Definition at line 170 of file or.h.


Member Typedef Documentation

template<bool LHS_NA, typename LHS_T>
typedef SingleLogicalResult< LHS_NA , Or_SingleLogicalResult_bool<LHS_NA,LHS_T> > Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::BASE

Definition at line 181 of file or.h.

template<bool LHS_NA, typename LHS_T>
typedef SingleLogicalResult<LHS_NA,LHS_T> Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::LHS_TYPE

Definition at line 177 of file or.h.


Constructor & Destructor Documentation

template<bool LHS_NA, typename LHS_T>
Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::Or_SingleLogicalResult_bool ( const LHS_TYPE lhs_,
bool  rhs_ 
) [inline]

Definition at line 183 of file or.h.


Member Function Documentation


Member Data Documentation

template<bool LHS_NA, typename LHS_T>
const LHS_TYPE& Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::lhs [private]
template<bool LHS_NA, typename LHS_T>
bool Rcpp::sugar::Or_SingleLogicalResult_bool< LHS_NA, LHS_T >::rhs [private]

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