|
Rcpp Version 1.1.2
|
#include <complex.h>


Public Types | |
| typedef Rcpp::VectorBase< CPLXSXP, NA, T > | VEC_TYPE |
| Public Types inherited from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< RESULT_TYPE >::rtype, NA, SugarComplex< NA, RESULT_TYPE, T, FunPtr > > | |
| 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 | |
| SugarComplex (FunPtr ptr_, const VEC_TYPE &vec_) | |
| RESULT_TYPE | operator[] (R_xlen_t i) const |
| R_xlen_t | size () const |
| Public Member Functions inherited from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< RESULT_TYPE >::rtype, NA, SugarComplex< NA, RESULT_TYPE, T, FunPtr > > | |
| SugarComplex< NA, RESULT_TYPE, T, FunPtr > & | get_ref () |
| 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 | |
| FunPtr | ptr |
| const VEC_TYPE & | vec |
| typedef Rcpp::VectorBase<CPLXSXP,NA,T> Rcpp::sugar::SugarComplex< NA, RESULT_TYPE, T, FunPtr >::VEC_TYPE |
|
inline |
|
inline |
Definition at line 41 of file complex.h.
References Rcpp::traits::get_na(), Rcpp::traits::is_na(), ptr, and vec.

|
inline |
|
private |
Definition at line 50 of file complex.h.
Referenced by operator[](), and SugarComplex().
|
private |
Definition at line 51 of file complex.h.
Referenced by operator[](), size(), and SugarComplex().