15#ifndef INC_SIMPLESTRINGCACHE_HPP
16#define INC_SIMPLESTRINGCACHE_HPP
24class CSimpleStringCache
29 std::vector<LPCSTR> m_Cache;
35 const CSimpleStringCache &operator=(
const CSimpleStringCache &);
LPCSTR Get(UINT uIndex) const
UINT GetNumStrings() const
BOOL Write(HANDLE hFile, UINT &uOffset) const
UINT GetTotalSize() const
BOOL Read(HANDLE hFile, UINT uOffset)