Rcpp Version 1.0.9
|
#include <is_nan.h>
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 |
|
inline |
|
inline |
Definition at line 34 of file is_nan.h.
References Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::obj.
|
inline |
Definition at line 38 of file is_nan.h.
References Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::obj.
|
private |
Definition at line 41 of file is_nan.h.
Referenced by Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::operator[](), and Rcpp::sugar::IsNaN< RTYPE, NA, VEC_TYPE >::size().