Rcpp Version 0.10.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
Rcpp::sugar::Negate_SingleLogicalResult< NA, T > Class Template Reference

#include <not.h>

Inheritance diagram for Rcpp::sugar::Negate_SingleLogicalResult< NA, T >:
Collaboration diagram for Rcpp::sugar::Negate_SingleLogicalResult< NA, T >:

Public Types

typedef SingleLogicalResult
< NA, T > 
TYPE
typedef SingleLogicalResult
< NA,
Negate_SingleLogicalResult< NA,
T > > 
BASE

Public Member Functions

 Negate_SingleLogicalResult (const TYPE &orig_)
void apply ()
- Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< NA, Negate_SingleLogicalResult< NA, 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 TYPEorig

Additional Inherited Members

- Static Public Attributes inherited from Rcpp::sugar::SingleLogicalResult< NA, Negate_SingleLogicalResult< NA, T > >
static const int UNRESOLVED
- Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< NA, Negate_SingleLogicalResult< NA, 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< NA, Negate_SingleLogicalResult< NA, T > >
int result

Detailed Description

template<bool NA, typename T>
class Rcpp::sugar::Negate_SingleLogicalResult< NA, T >

Definition at line 42 of file not.h.

Member Typedef Documentation

template<bool NA, typename T >
typedef SingleLogicalResult<NA, Negate_SingleLogicalResult<NA,T> > Rcpp::sugar::Negate_SingleLogicalResult< NA, T >::BASE

Definition at line 45 of file not.h.

template<bool NA, typename T >
typedef SingleLogicalResult<NA,T> Rcpp::sugar::Negate_SingleLogicalResult< NA, T >::TYPE

Definition at line 44 of file not.h.

Constructor & Destructor Documentation

template<bool NA, typename T >
Rcpp::sugar::Negate_SingleLogicalResult< NA, T >::Negate_SingleLogicalResult ( const TYPE orig_)
inline

Definition at line 46 of file not.h.

Member Function Documentation

Member Data Documentation

template<bool NA, typename T >
const TYPE& Rcpp::sugar::Negate_SingleLogicalResult< NA, T >::orig
private

Definition at line 53 of file not.h.

Referenced by Rcpp::sugar::Negate_SingleLogicalResult< NA, T >::apply().


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