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


Public Types | |
| typedef ::Rcpp::traits::result_of< Function >::type | result_type |
Public Types inherited from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< ::Rcpp::traits::result_of< Function >::type >::rtype, true, Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, 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 | |
| Mapply_2_Primitive_Vector (PRIM_1 prim_1_, const T_2 &vec_2_, Function fun_) | |
| 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< ::Rcpp::traits::result_of< Function >::type >::rtype, true, Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function > > | |
| Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function > & | get_ref () |
| const Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, 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 | |
| PRIM_1 | prim_1 |
| const T_2 & | vec_2 |
| Function | fun |
Definition at line 93 of file mapply_2.h.
| typedef ::Rcpp::traits::result_of<Function>::type Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >::result_type |
Definition at line 103 of file mapply_2.h.
|
inline |
Definition at line 105 of file mapply_2.h.
|
inline |
Definition at line 108 of file mapply_2.h.
References Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >::fun, Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >::prim_1, and Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >::vec_2.
|
inline |
Definition at line 111 of file mapply_2.h.
References Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >::vec_2.
Definition at line 116 of file mapply_2.h.
Referenced by Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >::operator[]().
Definition at line 114 of file mapply_2.h.
Referenced by Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >::operator[]().
|
private |
Definition at line 115 of file mapply_2.h.
Referenced by Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >::operator[](), and Rcpp::sugar::Mapply_2_Primitive_Vector< RTYPE, PRIM_1, NA_2, T_2, Function >::size().