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