|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <ringfilecache.H>
Public Member Functions | |
| std::string | to_string () const |
Public Attributes | |
| size_t | dim |
| size_t | n |
| size_t | head |
| size_t | tail |
| size_t | size_cache_file = 0 |
| char | cache_file_name [0] |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const Pars &pars) |
Definition at line 139 of file ringfilecache.H.
|
inline |
Definition at line 148 of file ringfilecache.H.
References RingFileCache< T >::Pars::dim, RingFileCache< T >::Pars::head, RingFileCache< T >::Pars::n, RingFileCache< T >::Pars::size_cache_file, and RingFileCache< T >::Pars::tail.
Definition at line 156 of file ringfilecache.H.
| char RingFileCache< T >::Pars::cache_file_name[0] |
Definition at line 146 of file ringfilecache.H.
| size_t RingFileCache< T >::Pars::dim |
Definition at line 141 of file ringfilecache.H.
Referenced by RingFileCache< T >::flush(), RingFileCache< T >::read_pars(), and RingFileCache< T >::Pars::to_string().
| size_t RingFileCache< T >::Pars::head |
Definition at line 143 of file ringfilecache.H.
Referenced by RingFileCache< T >::flush(), RingFileCache< T >::read_pars(), and RingFileCache< T >::Pars::to_string().
| size_t RingFileCache< T >::Pars::n |
Definition at line 142 of file ringfilecache.H.
Referenced by RingFileCache< T >::flush(), RingFileCache< T >::read_pars(), and RingFileCache< T >::Pars::to_string().
| size_t RingFileCache< T >::Pars::size_cache_file = 0 |
Definition at line 145 of file ringfilecache.H.
Referenced by RingFileCache< T >::flush(), RingFileCache< T >::read_pars(), RingFileCache< T >::test(), and RingFileCache< T >::Pars::to_string().
| size_t RingFileCache< T >::Pars::tail |
Definition at line 144 of file ringfilecache.H.
Referenced by RingFileCache< T >::flush(), RingFileCache< T >::read_pars(), and RingFileCache< T >::Pars::to_string().