Rcpp Version 1.0.9
|
#include <Fast.h>
Public Types | |
typedef VECTOR::stored_type | value_type |
Public Member Functions | |
Fast (VECTOR &v_) | |
value_type & | operator[] (R_xlen_t i) |
const value_type & | operator[] (R_xlen_t i) const |
R_xlen_t | size () const |
Private Attributes | |
VECTOR & | v |
value_type * | data |
typedef VECTOR::stored_type Rcpp::Fast< VECTOR >::value_type |
|
inline |
|
inline |
Definition at line 33 of file Fast.h.
References Rcpp::Fast< VECTOR >::data.
|
inline |
Definition at line 34 of file Fast.h.
References Rcpp::Fast< VECTOR >::data.
|
inline |
Definition at line 35 of file Fast.h.
References Rcpp::Fast< VECTOR >::v.
|
private |
Definition at line 39 of file Fast.h.
Referenced by Rcpp::Fast< VECTOR >::operator[]().
|
private |
Definition at line 38 of file Fast.h.
Referenced by Rcpp::Fast< VECTOR >::size().