Rcpp Version 1.0.9
Rcpp::sugar::IsNa_Vector_is_na< T > Class Template Reference

#include <is_na.h>

Inheritance diagram for Rcpp::sugar::IsNa_Vector_is_na< T >:
Collaboration diagram for Rcpp::sugar::IsNa_Vector_is_na< T >:

Public Member Functions

 IsNa_Vector_is_na (const T &x)
 
int operator[] (R_xlen_t i) const
 
R_xlen_t size () const
 
- Public Member Functions inherited from Rcpp::VectorBase< LGLSXP, false, IsNa_Vector_is_na< T > >
IsNa_Vector_is_na< T > & get_ref ()
 
const IsNa_Vector_is_na< T > & 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 T & ref
 

Additional Inherited Members

- Public Types inherited from Rcpp::VectorBase< LGLSXP, false, IsNa_Vector_is_na< T > >
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<typename T>
class Rcpp::sugar::IsNa_Vector_is_na< T >

Definition at line 70 of file is_na.h.

Constructor & Destructor Documentation

◆ IsNa_Vector_is_na()

template<typename T >
Rcpp::sugar::IsNa_Vector_is_na< T >::IsNa_Vector_is_na ( const T &  x)
inline

Definition at line 72 of file is_na.h.

Member Function Documentation

◆ operator[]()

template<typename T >
int Rcpp::sugar::IsNa_Vector_is_na< T >::operator[] ( R_xlen_t  i) const
inline

Definition at line 74 of file is_na.h.

References Rcpp::sugar::IsNa_Vector_is_na< T >::ref.

◆ size()

template<typename T >
R_xlen_t Rcpp::sugar::IsNa_Vector_is_na< T >::size ( ) const
inline

Definition at line 82 of file is_na.h.

References Rcpp::sugar::IsNa_Vector_is_na< T >::ref.

Member Data Documentation

◆ ref

template<typename T >
const T& Rcpp::sugar::IsNa_Vector_is_na< T >::ref
private

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