Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::IO::ZipDir::FindFile Class Reference

Inherits AZ::IO::ZipDir::FindData.

Public Member Functions

 FindFile (CachePtr pCache)
 
 FindFile (FileEntryTree *pRoot)
 
bool FindFirst (AZ::IO::PathView szWildcard)
 
FileEntryFindExact (AZ::IO::PathView szPath)
 
bool FindNext ()
 
FileEntryGetFileEntry ()
 
AZStd::string_view GetFileName ()
 
- Public Member Functions inherited from AZ::IO::ZipDir::FindData
 FindData (FileEntryTree *pRoot)
 
FileEntryTreeGetParentDir ()
 

Protected Member Functions

bool SkipNonMatchingFiles ()
 
- Protected Member Functions inherited from AZ::IO::ZipDir::FindData
bool PreFind (AZ::IO::PathView szWildcard)
 
bool MatchWildcard (AZ::IO::PathView szName)
 

Protected Attributes

FileEntryTree::FileMap::iterator m_itFile
 
- Protected Attributes inherited from AZ::IO::ZipDir::FindData
FileEntryTreem_pDirHeader {}
 
FileEntryTreem_pRoot {}
 
AZ::IO::FixedMaxPath m_szWildcard
 

The documentation for this class was generated from the following file: