Rcpp Version 0.9.10
Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE > Class Template Reference

#include <is_na.h>

Inheritance diagram for Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >:
Collaboration diagram for Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >:

List of all members.

Public Types

typedef traits::storage_type
< RTYPE >::type 
STORAGE
typedef Rcpp::VectorBase
< RTYPE, false, VEC_TYPE > 
BASE

Public Member Functions

 IsNa (const BASE &obj_)
int operator[] (int i) const
int size () const

Private Attributes

const BASEobj

Detailed Description

template<int RTYPE, typename VEC_TYPE>
class Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >

Definition at line 51 of file is_na.h.


Member Typedef Documentation

template<int RTYPE, typename VEC_TYPE >
typedef Rcpp::VectorBase<RTYPE,false,VEC_TYPE> Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >::BASE

Definition at line 54 of file is_na.h.

template<int RTYPE, typename VEC_TYPE >
typedef traits::storage_type<RTYPE>::type Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >::STORAGE

Definition at line 53 of file is_na.h.


Constructor & Destructor Documentation

template<int RTYPE, typename VEC_TYPE >
Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >::IsNa ( const BASE obj_) [inline]

Definition at line 56 of file is_na.h.


Member Function Documentation

template<int RTYPE, typename VEC_TYPE >
int Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >::operator[] ( int  i) const [inline]

Reimplemented from Rcpp::VectorBase< LGLSXP, false, IsNa< RTYPE, false, VEC_TYPE > >.

Definition at line 58 of file is_na.h.

template<int RTYPE, typename VEC_TYPE >
int Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >::size ( ) const [inline]

Reimplemented from Rcpp::VectorBase< LGLSXP, false, IsNa< RTYPE, false, VEC_TYPE > >.

Definition at line 62 of file is_na.h.

References Rcpp::sugar::IsNa< RTYPE, NA, VEC_TYPE >::obj, and Rcpp::VectorBase< RTYPE, na, VECTOR >::size().

Here is the call graph for this function:


Member Data Documentation

template<int RTYPE, typename VEC_TYPE >
const BASE& Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >::obj [private]

Definition at line 65 of file is_na.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines