TrinityCore
Loading...
Searching...
No Matches
PathCommon.h File Reference
#include "Common.h"
#include <boost/filesystem/directory.hpp>
#include <string_view>
#include <unordered_map>
+ Include dependency graph for PathCommon.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MMAP::MapEntry
 

Namespaces

namespace  MMAP
 

Enumerations

enum  MMAP::ListFilesResult { MMAP::LISTFILE_DIRECTORY_NOT_FOUND = 0 , MMAP::LISTFILE_OK = 1 }
 

Functions

bool MMAP::matchWildcardFilter (std::string_view filter, std::string_view str)
 
ListFilesResult MMAP::getDirContents (std::vector< std::string > &fileList, boost::filesystem::path const &dirpath, boost::filesystem::file_type type=boost::filesystem::regular_file, std::string_view filter="*"sv)
 

Variables

std::unordered_map< uint32, MapEntryMMAP::sMapStore