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


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 |
|
inline |
|
inline |
Definition at line 74 of file is_na.h.
References Rcpp::sugar::IsNa_Vector_is_na< T >::ref.
|
inline |
Definition at line 82 of file is_na.h.
References Rcpp::sugar::IsNa_Vector_is_na< T >::ref.
|
private |
Definition at line 85 of file is_na.h.
Referenced by Rcpp::sugar::IsNa_Vector_is_na< T >::operator[](), and Rcpp::sugar::IsNa_Vector_is_na< T >::size().