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


Public Types | |
| typedef RESULT_TYPE(* | FunPtr) (U1) |
| Public Types inherited from Rcpp::VectorBase< Rcpp::traits::r_sexptype_traits< RESULT_TYPE >::rtype, NA, SugarBlock_1< NA, RESULT_TYPE, U1, T1 > > | |
| 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 | |
| SugarBlock_1 (FunPtr ptr_, const T1 &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, SugarBlock_1< NA, RESULT_TYPE, U1, T1 > > | |
| SugarBlock_1< NA, RESULT_TYPE, U1, T1 > & | 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 T1 & | vec |
Definition at line 29 of file SugarBlock_1.h.
| typedef RESULT_TYPE(* Rcpp::sugar::SugarBlock_1< NA, RESULT_TYPE, U1, T1 >::FunPtr) (U1) |
Definition at line 31 of file SugarBlock_1.h.
|
inline |
Definition at line 32 of file SugarBlock_1.h.
|
inline |
Definition at line 34 of file SugarBlock_1.h.
|
inline |
Definition at line 37 of file SugarBlock_1.h.
References vec.
|
private |
Definition at line 40 of file SugarBlock_1.h.
Referenced by operator[](), and SugarBlock_1().
|
private |
Definition at line 41 of file SugarBlock_1.h.
Referenced by operator[](), size(), and SugarBlock_1().