|
Rcpp Version 1.1.2
|
#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 |
|
inline |
|
inline |
|
private |
Definition at line 39 of file Fast.h.
Referenced by Fast(), operator[](), and operator[]().
|
private |