#include <filecollection.h>
|
| void | Init (IStorage *pStorage, const char *pPath, const char *pFileDesc, const char *pFileExt, int MaxEntries) |
|
| static int | FilelistCallback (const char *pFilename, int IsDir, int StorageType, void *pUser) |
◆ anonymous enum
| Enumerator |
|---|
| TIMESTAMP_LENGTH | |
◆ ExtractTimestamp()
| bool CFileCollection::ExtractTimestamp |
( |
const char * | pTimestring, |
|
|
time_t * | pTimestamp ) |
|
private |
◆ FilelistCallback()
| int CFileCollection::FilelistCallback |
( |
const char * | pFilename, |
|
|
int | IsDir, |
|
|
int | StorageType, |
|
|
void * | pUser ) |
|
static |
◆ Init()
| void CFileCollection::Init |
( |
IStorage * | pStorage, |
|
|
const char * | pPath, |
|
|
const char * | pFileDesc, |
|
|
const char * | pFileExt, |
|
|
int | MaxEntries ) |
◆ ParseFilename()
| bool CFileCollection::ParseFilename |
( |
const char * | pFilename, |
|
|
time_t * | pTimestamp ) |
|
private |
◆ m_aFileDesc
| char CFileCollection::m_aFileDesc[128] |
|
private |
◆ m_aFileExt
| char CFileCollection::m_aFileExt[32] |
|
private |
◆ m_aPath
◆ m_FileDescLength
| int CFileCollection::m_FileDescLength |
|
private |
◆ m_FileExtLength
| int CFileCollection::m_FileExtLength |
|
private |
◆ m_pStorage
◆ m_vFileEntries
| std::vector<CFileEntry> CFileCollection::m_vFileEntries |
|
private |
The documentation for this class was generated from the following files: