Inherits AZ::IO::ZipDir::FindData.
Public Member Functions | |
| FindDir (CachePtr pCache) | |
| FindDir (FileEntryTree *pRoot) | |
| bool | FindFirst (AZ::IO::PathView szWildcard) |
| FileEntryTree * | FindExact (AZ::IO::PathView szPath) |
| bool | FindNext () |
| FileEntryTree * | GetDirEntry () |
| AZStd::string_view | GetDirName () |
Public Member Functions inherited from AZ::IO::ZipDir::FindData | |
| FindData (FileEntryTree *pRoot) | |
| FileEntryTree * | GetParentDir () |
Protected Member Functions | |
| bool | SkipNonMatchingDirs () |
Protected Member Functions inherited from AZ::IO::ZipDir::FindData | |
| bool | PreFind (AZ::IO::PathView szWildcard) |
| bool | MatchWildcard (AZ::IO::PathView szName) |
Protected Attributes | |
| FileEntryTree::SubdirMap::iterator | m_itDir |
Protected Attributes inherited from AZ::IO::ZipDir::FindData | |
| FileEntryTree * | m_pDirHeader {} |
| FileEntryTree * | m_pRoot {} |
| AZ::IO::FixedMaxPath | m_szWildcard |