Fission FSN
Loading...
Searching...
No Matches
fsCFileListBuilder.h
Go to the documentation of this file.
1/********************************************************************
2*
3* Created: 19/2/2014 14:19
4*
5* File: fsCFileListBuilder.h
6*
7* Author: Mick Waites
8*
9* Purpose: Windows implementation of the file list builder.
10*
11*********************************************************************/
12
13#ifndef fsCFileListBuilderhdr
14#define fsCFileListBuilderhdr
15
17
18
20{
21 friend class fsIFileListBuilder;
22
23public:
24
26
27protected:
28
29 void folderParse(const fsCResourceName& pFolder, fsBool pRecurse) override;
30
31 fsCFileListBuilder(fsFileList& pList, const fsStr& pMatch);
32
33private:
34};
35
36#endif
Definition fsCFileListBuilder.h:20
fsCFileListBuilder(fsFileList &pList, const fsStr &pMatch)
virtual ~fsCFileListBuilder()
void folderParse(const fsCResourceName &pFolder, fsBool pRecurse) override
friend class fsIFileListBuilder
Definition fsCFileListBuilder.h:21
Definition fsCResourceName.h:32
Definition fsIFileListBuilder.h:25
Definition fsStr.h:23
std::vector< fsCFileListEntry > fsFileList
Definition fsIFileListBuilder.h:22
bool fsBool
Definition fsBaseTypes.h:26