#include <Sample.hpp>
Inheritance diagram for LoanedSamples< T, DELEGATE >:Classes | |
| class | Iterator |
Public Types | |
| typedef T | DataType |
| typedef Sample< DataType > | SampleType |
Public Member Functions | |
| LoanedSamples () | |
| LoanedSamples (const LoanedSamples &src) | |
| ~LoanedSamples () | |
| const Iterator | begin () const |
| const Iterator | end () const |
| void | return_loan () |
Definition at line 84 of file Sample.hpp.
| typedef T DataType |
Definition at line 87 of file Sample.hpp.
| typedef Sample<DataType> SampleType |
Definition at line 88 of file Sample.hpp.
| LoanedSamples | ( | ) | [inline] |
Definition at line 91 of file Sample.hpp.
| LoanedSamples | ( | const LoanedSamples< T, DELEGATE > & | src | ) |
| ~LoanedSamples | ( | ) | [inline] |
Implicitly return the loan.
Definition at line 97 of file Sample.hpp.
| const Iterator begin | ( | ) | const [inline] |
Definition at line 139 of file Sample.hpp.
| const Iterator end | ( | ) | const [inline] |
Definition at line 144 of file Sample.hpp.
| void return_loan | ( | ) |
1.7.1