Rcpp Version 1.0.9
|
#include <lapply.h>
Public Types | |
typedef Rcpp::VectorBase< RTYPE, NA, T > | VEC |
typedef ::Rcpp::traits::result_of< Function >::type | result_type |
Public Types inherited from Rcpp::VectorBase< VECSXP, true, Lapply< RTYPE, NA, T, Function > > | |
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 | |
Lapply (const VEC &vec_, Function fun_) | |
SEXP | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
Public Member Functions inherited from Rcpp::VectorBase< VECSXP, true, Lapply< RTYPE, NA, T, Function > > | |
Lapply< RTYPE, NA, T, Function > & | get_ref () |
const Lapply< RTYPE, NA, T, Function > & | 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 & | vec |
Function | fun |
typedef ::Rcpp::traits::result_of<Function>::type Rcpp::sugar::Lapply< RTYPE, NA, T, Function >::result_type |
typedef Rcpp::VectorBase<RTYPE,NA,T> Rcpp::sugar::Lapply< RTYPE, NA, T, Function >::VEC |
|
inline |
Definition at line 41 of file lapply.h.
References Rcpp::sugar::Lapply< RTYPE, NA, T, Function >::fun, Rcpp::sugar::Lapply< RTYPE, NA, T, Function >::vec, and Rcpp::wrap().
|
inline |
Definition at line 44 of file lapply.h.
References Rcpp::VectorBase< RTYPE, na, VECTOR >::size(), and Rcpp::sugar::Lapply< RTYPE, NA, T, Function >::vec.
|
private |
Definition at line 48 of file lapply.h.
Referenced by Rcpp::sugar::Lapply< RTYPE, NA, T, Function >::operator[]().
|
private |
Definition at line 47 of file lapply.h.
Referenced by Rcpp::sugar::Lapply< RTYPE, NA, T, Function >::operator[](), and Rcpp::sugar::Lapply< RTYPE, NA, T, Function >::size().