|
Stimfit @PACKAGE_VERSION@
|
#include <FileReadCache.hpp>
Public Member Functions | |
| CFileReadCache () | |
| ~CFileReadCache () | |
| BOOL | Initialize (UINT uItemSize, UINT uCacheSize, FILEHANDLE hFile, LONGLONG llOffset, UINT uItems) |
| BOOL | Get (UINT uFirstEntry, void *pItem, UINT uEntries) |
| void * | Get (UINT uEntry) |
| UINT | GetCount () const |
Definition at line 24 of file FileReadCache.hpp.
| CFileReadCache::CFileReadCache | ( | ) |
| CFileReadCache::~CFileReadCache | ( | ) |
| void * CFileReadCache::Get | ( | UINT | uEntry | ) |
|
inline |
Definition at line 69 of file FileReadCache.hpp.
| BOOL CFileReadCache::Initialize | ( | UINT | uItemSize, |
| UINT | uCacheSize, | ||
| FILEHANDLE | hFile, | ||
| LONGLONG | llOffset, | ||
| UINT | uItems ) |