Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::sugar::And_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T > Class Template Reference

#include <and.h>

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

Public Types

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

Public Member Functions

 And_SingleLogicalResult_SingleLogicalResult (const LHS_TYPE &lhs_, const RHS_TYPE &rhs_)
void apply ()
- Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< RHS_NA, And_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T > >
 SingleLogicalResult ()
bool is_true ()
bool is_false ()
bool is_na ()
 operator SEXP ()
 operator bool ()
int size ()
int get ()
SEXP get_sexp ()

Private Attributes

const LHS_TYPElhs
const RHS_TYPErhs

Additional Inherited Members

- Static Public Attributes inherited from Rcpp::sugar::SingleLogicalResult< RHS_NA, And_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T > >
static const int UNRESOLVED
- Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< RHS_NA, And_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T > >
void set (int x)
void reset ()
void set_true ()
void set_false ()
void set_na ()
bool is_unresolved ()
- Protected Attributes inherited from Rcpp::sugar::SingleLogicalResult< RHS_NA, And_SingleLogicalResult_SingleLogicalResult< false, LHS_T, RHS_NA, RHS_T > >
int result

Detailed Description

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

Definition at line 101 of file and.h.

Member Typedef Documentation

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

Definition at line 113 of file and.h.

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

Definition at line 108 of file and.h.

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

Definition at line 109 of file and.h.

Constructor & Destructor Documentation

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

Definition at line 115 of file and.h.

Member Function Documentation

Member Data Documentation

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

Definition at line 129 of file and.h.

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

Definition at line 130 of file and.h.


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