|
Rcpp Version 0.9.10
|
#include <convolve10_cpp.h>
Public Types | |
| typedef double & | proxy |
| typedef double * | iterator |
| typedef double & | proxy |
| typedef double * | iterator |
Public Member Functions | |
| Cache (iterator data_) | |
| proxy | ref (int i) |
| proxy | ref (int i) const |
| Cache (iterator data_) | |
| proxy | ref (int i) |
| proxy | ref (int i) const |
Private Attributes | |
| iterator | data |
Definition at line 2 of file convolve10_cpp.h.
| typedef double* Cache::iterator |
Definition at line 5 of file convolve10_cpp.h.
| typedef double* Cache::iterator |
Definition at line 18 of file convolve9_cpp.cpp.
| typedef double& Cache::proxy |
Definition at line 17 of file convolve9_cpp.cpp.
| typedef double& Cache::proxy |
Definition at line 4 of file convolve10_cpp.h.
| Cache::Cache | ( | iterator | data_ | ) | [inline] |
Definition at line 7 of file convolve10_cpp.h.
| Cache::Cache | ( | iterator | data_ | ) | [inline] |
Definition at line 20 of file convolve9_cpp.cpp.
| proxy Cache::ref | ( | int | i | ) | [inline] |
Definition at line 9 of file convolve10_cpp.h.
Referenced by Vec::operator[]().
| proxy Cache::ref | ( | int | i | ) | const [inline] |
Definition at line 23 of file convolve9_cpp.cpp.
| proxy Cache::ref | ( | int | i | ) | [inline] |
Definition at line 22 of file convolve9_cpp.cpp.
| proxy Cache::ref | ( | int | i | ) | const [inline] |
Definition at line 10 of file convolve10_cpp.h.
iterator Cache::data [private] |
Definition at line 13 of file convolve10_cpp.h.
Referenced by ref().