Rcpp Version 1.0.9
Rcpp::sugar::All< NA, T > Class Template Reference

#include <all.h>

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

Public Types

typedef Rcpp::VectorBase< LGLSXP, NA, T > VEC_TYPE
 
typedef SingleLogicalResult< true, All< NA, T > > PARENT
 

Public Member Functions

 All (const VEC_TYPE &t)
 
void apply ()
 
- Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< true, All< NA, T > >
 SingleLogicalResult ()
 
void apply ()
 
bool is_true ()
 
bool is_false ()
 
bool is_na ()
 
 operator SEXP ()
 
 operator bool ()
 
int size ()
 
int get ()
 
SEXP get_sexp ()
 

Private Attributes

const VEC_TYPEobject
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 29 of file all.h.

Member Typedef Documentation

◆ PARENT

template<bool NA, typename T >
typedef SingleLogicalResult< true, All<NA,T> > Rcpp::sugar::All< NA, T >::PARENT

Definition at line 32 of file all.h.

◆ VEC_TYPE

template<bool NA, typename T >
typedef Rcpp::VectorBase<LGLSXP,NA,T> Rcpp::sugar::All< NA, T >::VEC_TYPE

Definition at line 31 of file all.h.

Constructor & Destructor Documentation

◆ All()

template<bool NA, typename T >
Rcpp::sugar::All< NA, T >::All ( const VEC_TYPE t)
inline

Definition at line 33 of file all.h.

Member Function Documentation

◆ apply()

Member Data Documentation

◆ object

template<bool NA, typename T >
const VEC_TYPE& Rcpp::sugar::All< NA, T >::object
private

Definition at line 54 of file all.h.


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