#include <FileFind.h>
Public Member Functions | |
| CEnumeratorW () | |
| CEnumeratorW (const UString &wildcard) | |
| bool | Next (CFileInfoW &fileInfo) |
| bool | Next (CFileInfoW &fileInfo, bool &found) |
Private Member Functions | |
| bool | NextAny (CFileInfoW &fileInfo) |
Private Attributes | |
| CFindFile | _findFile |
| UString | _wildcard |
Definition at line 117 of file FileFind.h.
| NWindows::NFile::NFind::CEnumeratorW::CEnumeratorW | ( | ) | [inline] |
Definition at line 123 of file FileFind.h.
| NWindows::NFile::NFind::CEnumeratorW::CEnumeratorW | ( | const UString & | wildcard | ) | [inline] |
Definition at line 124 of file FileFind.h.
| bool NWindows::NFile::NFind::CEnumeratorW::NextAny | ( | CFileInfoW & | fileInfo | ) | [private] |
Definition at line 230 of file FileFind.cpp.
References _findFile, _wildcard, NWindows::NFile::NFind::CFindFile::FindFirst(), NWindows::NFile::NFind::CFindFile::FindNext(), and NWindows::NFile::NFind::CFindFile::IsHandleAllocated().
Referenced by Next().
| bool NWindows::NFile::NFind::CEnumeratorW::Next | ( | CFileInfoW & | fileInfo | ) |
Definition at line 238 of file FileFind.cpp.
References NWindows::NFile::NFind::CFileInfoW::IsDots(), and NextAny().
Referenced by Next(), and ReadArchiverInfoList().
| bool NWindows::NFile::NFind::CEnumeratorW::Next | ( | CFileInfoW & | fileInfo, | |
| bool & | found | |||
| ) |
1.5.6