Rcpp Version 0.9.10
Cache Class Reference

#include <convolve10_cpp.h>

List of all members.

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

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.


Constructor & Destructor Documentation

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.


Member Function Documentation

proxy Cache::ref ( int  i) [inline]

Definition at line 9 of file convolve10_cpp.h.

References data, and i.

Referenced by Vec::operator[]().

proxy Cache::ref ( int  i) const [inline]

Definition at line 23 of file convolve9_cpp.cpp.

References data, and i.

proxy Cache::ref ( int  i) [inline]

Definition at line 22 of file convolve9_cpp.cpp.

References data, and i.

proxy Cache::ref ( int  i) const [inline]

Definition at line 10 of file convolve10_cpp.h.

References data, and i.


Member Data Documentation

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Defines