|
Rcpp Version 1.0.14
|
#include <is_na.h>


Public Types | |
| typedef traits::storage_type< RTYPE >::type | STORAGE |
| typedef Rcpp::VectorBase< RTYPE, NA, VEC_TYPE > | BASE |
Public Types inherited from Rcpp::VectorBase< LGLSXP, false, IsNa< 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 |
Public Member Functions | |
| IsNa (const BASE &obj_) | |
| int | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
Public Member Functions inherited from Rcpp::VectorBase< LGLSXP, false, IsNa< RTYPE, NA, VEC_TYPE > > | |
| IsNa< RTYPE, NA, VEC_TYPE > & | get_ref () |
| const IsNa< 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 BASE & | obj |
| typedef Rcpp::VectorBase<RTYPE,NA,VEC_TYPE> Rcpp::sugar::IsNa< RTYPE, NA, VEC_TYPE >::BASE |
| typedef traits::storage_type<RTYPE>::type Rcpp::sugar::IsNa< RTYPE, NA, VEC_TYPE >::STORAGE |
|
inline |
|
inline |
Definition at line 36 of file is_na.h.
References Rcpp::sugar::IsNa< RTYPE, NA, VEC_TYPE >::obj.
|
inline |
Definition at line 40 of file is_na.h.
References Rcpp::sugar::IsNa< RTYPE, NA, VEC_TYPE >::obj, and Rcpp::VectorBase< RTYPE, na, VECTOR >::size().

|
private |
Definition at line 43 of file is_na.h.
Referenced by Rcpp::sugar::IsNa< RTYPE, NA, VEC_TYPE >::operator[](), Rcpp::sugar::IsNa< RTYPE, NA, VEC_TYPE >::size(), and Rcpp::sugar::IsNa< RTYPE, false, VEC_TYPE >::size().