Rcpp Version 1.0.9
Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE > Class Template Reference

#include <is_nan.h>

Inheritance diagram for Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >:
Collaboration diagram for Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >:

Public Member Functions

 IsNaN (const VEC_TYPE &obj_)
 
int operator[] (R_xlen_t i) const
 
R_xlen_t size () const
 
- Public Member Functions inherited from Rcpp::VectorBase< LGLSXP, false, IsNaN< RTYPE, NA, VEC_TYPE > >
IsNaN< RTYPE, NA, VEC_TYPE > & get_ref ()
 
const IsNaN< RTYPE, NA, VEC_TYPE > & get_ref () const
 
stored_type operator[] (R_xlen_t i) const
 
R_xlen_t size () const
 
const_iterator begin () const
 
const_iterator end () const
 
const_iterator cbegin () const
 
const_iterator cend () const
 

Private Attributes

const VEC_TYPE & obj
 

Additional Inherited Members

- Public Types inherited from Rcpp::VectorBase< LGLSXP, false, IsNaN< RTYPE, NA, VEC_TYPE > >
typedef traits::storage_type< RTYPE >::type stored_type
 
typedef traits::storage_type< RTYPE >::type elem_type
 
typedef iter_base< iter_traits > iterator
 
typedef iter_base< const_iter_traits > const_iterator
 

Detailed Description

template<int RTYPE, bool NA, typename VEC_TYPE>
class Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >

Definition at line 29 of file is_nan.h.

Constructor & Destructor Documentation

◆ IsNaN()

template<int RTYPE, bool NA, typename VEC_TYPE >
Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::IsNaN ( const VEC_TYPE &  obj_)
inline

Definition at line 32 of file is_nan.h.

Member Function Documentation

◆ operator[]()

template<int RTYPE, bool NA, typename VEC_TYPE >
int Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::operator[] ( R_xlen_t  i) const
inline

Definition at line 34 of file is_nan.h.

References Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::obj.

◆ size()

template<int RTYPE, bool NA, typename VEC_TYPE >
R_xlen_t Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::size ( ) const
inline

Definition at line 38 of file is_nan.h.

References Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::obj.

Member Data Documentation

◆ obj

template<int RTYPE, bool NA, typename VEC_TYPE >
const VEC_TYPE& Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::obj
private

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