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::DirEntrySortPred Struct Reference

Public Member Functions

 DirEntrySortPred (const char *pNamePool)
 
bool operator() (const FileEntry &left, const FileEntry &right) const
 
bool operator() (const FileEntry &left, AZStd::string_view szRight) const
 
bool operator() (AZStd::string_view szLeft, const FileEntry &right) const
 
bool operator() (const DirEntry &left, const DirEntry &right) const
 
bool operator() (const DirEntry &left, AZStd::string_view szName) const
 
bool operator() (const char *szLeft, const DirEntry &right) const
 

Public Attributes

const char * m_pNamePool
 

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