Rcpp Version 1.1.2
Loading...
Searching...
No Matches
Rcpp::sugar::Any< false, T > Class Template Reference

#include <any.h>

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

Public Types

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

Public Member Functions

 Any (const VEC_TYPE &t)
void apply ()
Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< true, Any< 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 ()
Public Member Functions inherited from Rcpp::sugar::SingleLogicalResult< false, Any< 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< true, Any< NA, T > >
static const int UNRESOLVED
Static Public Attributes inherited from Rcpp::sugar::SingleLogicalResult< false, Any< false, T > >
static const int UNRESOLVED
Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< true, Any< NA, T > >
void set (int x)
void reset ()
void set_true ()
void set_false ()
void set_na ()
bool is_unresolved ()
Protected Member Functions inherited from Rcpp::sugar::SingleLogicalResult< false, Any< 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< true, Any< NA, T > >
int result
Protected Attributes inherited from Rcpp::sugar::SingleLogicalResult< false, Any< false, T > >
int result

Detailed Description

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

Definition at line 58 of file any.h.

Member Typedef Documentation

◆ PARENT

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

Definition at line 61 of file any.h.

◆ VEC_TYPE

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

Definition at line 60 of file any.h.

Constructor & Destructor Documentation

◆ Any()

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

Definition at line 62 of file any.h.

References object.

Member Function Documentation

◆ apply()

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

Member Data Documentation

◆ object

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

Definition at line 75 of file any.h.

Referenced by Any().


The documentation for this class was generated from the following file:
  • inst/include/Rcpp/sugar/functions/any.h