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

#include <SimpleStringCache.hpp>

Public Member Functions

 CSimpleStringCache ()
 ~CSimpleStringCache ()
void Clear ()
UINT Add (LPCSTR psz)
LPCSTR Get (UINT uIndex) const
BOOL Write (HANDLE hFile, UINT &uOffset) const
BOOL Read (HANDLE hFile, UINT uOffset)
UINT GetNumStrings () const
UINT GetMaxSize () const
UINT GetTotalSize () const

Detailed Description

Definition at line 24 of file SimpleStringCache.hpp.

Constructor & Destructor Documentation

◆ CSimpleStringCache()

CSimpleStringCache::CSimpleStringCache ( )

◆ ~CSimpleStringCache()

CSimpleStringCache::~CSimpleStringCache ( )

Member Function Documentation

◆ Add()

UINT CSimpleStringCache::Add ( LPCSTR psz)

◆ Clear()

void CSimpleStringCache::Clear ( )

◆ Get()

LPCSTR CSimpleStringCache::Get ( UINT uIndex) const

◆ GetMaxSize()

UINT CSimpleStringCache::GetMaxSize ( ) const
inline

Definition at line 49 of file SimpleStringCache.hpp.

◆ GetNumStrings()

UINT CSimpleStringCache::GetNumStrings ( ) const

◆ GetTotalSize()

UINT CSimpleStringCache::GetTotalSize ( ) const

◆ Read()

BOOL CSimpleStringCache::Read ( HANDLE hFile,
UINT uOffset )

◆ Write()

BOOL CSimpleStringCache::Write ( HANDLE hFile,
UINT & uOffset ) const

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