Rcpp Version 0.9.10
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 >:

List of all members.

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 ()

Private Attributes

const VEC_TYPEobject

Detailed Description

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

Definition at line 29 of file all.h.


Member Typedef Documentation

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.

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

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


Member Data Documentation

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines