Rcpp Version 1.0.9
Cache Class Reference

#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
 

Detailed Description

Definition at line 2 of file convolve10_cpp.h.

Member Typedef Documentation

◆ iterator [1/2]

typedef double* Cache::iterator

Definition at line 5 of file convolve10_cpp.h.

◆ iterator [2/2]

typedef double* Cache::iterator

Definition at line 18 of file convolve9_cpp.cpp.

◆ proxy [1/2]

typedef double& Cache::proxy

Definition at line 4 of file convolve10_cpp.h.

◆ proxy [2/2]

typedef double& Cache::proxy

Definition at line 17 of file convolve9_cpp.cpp.

Constructor & Destructor Documentation

◆ Cache() [1/2]

Cache::Cache ( iterator  data_)
inline

Definition at line 7 of file convolve10_cpp.h.

◆ Cache() [2/2]

Cache::Cache ( iterator  data_)
inline

Definition at line 20 of file convolve9_cpp.cpp.

Member Function Documentation

◆ ref() [1/4]

proxy Cache::ref ( int  i)
inline

Definition at line 9 of file convolve10_cpp.h.

References data.

Referenced by Vec::operator[]().

◆ ref() [2/4]

proxy Cache::ref ( int  i)
inline

Definition at line 22 of file convolve9_cpp.cpp.

References data.

◆ ref() [3/4]

proxy Cache::ref ( int  i) const
inline

Definition at line 10 of file convolve10_cpp.h.

References data.

◆ ref() [4/4]

proxy Cache::ref ( int  i) const
inline

Definition at line 23 of file convolve9_cpp.cpp.

References data.

Member Data Documentation

◆ data

iterator Cache::data
private

Definition at line 13 of file convolve10_cpp.h.

Referenced by ref().


The documentation for this class was generated from the following files: