Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches
CFileReadCache Class Reference

#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

Detailed Description

Definition at line 24 of file FileReadCache.hpp.

Constructor & Destructor Documentation

◆ CFileReadCache()

CFileReadCache::CFileReadCache ( )

◆ ~CFileReadCache()

CFileReadCache::~CFileReadCache ( )

Member Function Documentation

◆ Get() [1/2]

void * CFileReadCache::Get ( UINT uEntry)

◆ Get() [2/2]

BOOL CFileReadCache::Get ( UINT uFirstEntry,
void * pItem,
UINT uEntries )

◆ GetCount()

UINT CFileReadCache::GetCount ( ) const
inline

Definition at line 69 of file FileReadCache.hpp.

◆ Initialize()

BOOL CFileReadCache::Initialize ( UINT uItemSize,
UINT uCacheSize,
FILEHANDLE hFile,
LONGLONG llOffset,
UINT uItems )

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