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

#include <and.h>

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

List of all members.

Public Types

typedef SingleLogicalResult
< LHS_NA, LHS_T > 
LHS_TYPE
typedef SingleLogicalResult
< LHS_NA,
And_SingleLogicalResult_bool
< LHS_NA, LHS_T > > 
BASE

Public Member Functions

 And_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::And_SingleLogicalResult_bool< LHS_NA, LHS_T >

Definition at line 171 of file and.h.


Member Typedef Documentation

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

Definition at line 182 of file and.h.

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

Definition at line 178 of file and.h.


Constructor & Destructor Documentation

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

Definition at line 184 of file and.h.


Member Function Documentation


Member Data Documentation

template<bool LHS_NA, typename LHS_T>
const LHS_TYPE& Rcpp::sugar::And_SingleLogicalResult_bool< LHS_NA, LHS_T >::lhs [private]
template<bool LHS_NA, typename LHS_T>
bool Rcpp::sugar::And_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