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

#include <all.h>

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

Public Types

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

Public Member Functions

 All (const VEC_TYPE &t)
 
void apply ()
 
- Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< false, All< false, 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< false, All< false, T > >
static const int UNRESOLVED
 
- Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< false, All< false, 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< false, All< false, T > >
int result
 

Detailed Description

template<typename T>
class Rcpp::sugar::All< false, T >

Definition at line 60 of file all.h.

Member Typedef Documentation

◆ PARENT

template<typename T >
typedef SingleLogicalResult< false, All<false,T> > Rcpp::sugar::All< false, T >::PARENT

Definition at line 63 of file all.h.

◆ VEC_TYPE

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

Definition at line 62 of file all.h.

Constructor & Destructor Documentation

◆ All()

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

Definition at line 64 of file all.h.

Member Function Documentation

◆ apply()

template<typename T >
void Rcpp::sugar::All< false, T >::apply ( )
inline

Member Data Documentation

◆ object

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

Definition at line 77 of file all.h.


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