SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
vpkpp::FGP Member List

This is the complete list of members for vpkpp::FGP, including all inherited members.

addDirectory(const std::string &entryBaseDir, const std::string &dir, EntryOptions options={})vpkpp::PackFile
addDirectory(const std::string &entryBaseDir_, const std::string &dir, const EntryCreation &creation)vpkpp::PackFile
addEntry(const std::string &entryPath, const std::string &filepath, EntryOptions options={})vpkpp::PackFile
addEntry(const std::string &path, std::vector< std::byte > &&buffer, EntryOptions options={})vpkpp::PackFile
addEntry(const std::string &path, std::span< const std::byte > buffer, EntryOptions options={})vpkpp::PackFile
addEntryInternal(Entry &entry, const std::string &path, std::vector< std::byte > &buffer, EntryOptions options) overridevpkpp::FGPprotectedvirtual
bake(const std::string &outputDir_, BakeOptions options, const EntryCallback &callback) overridevpkpp::FGPvirtual
cleanEntryPath(const std::string &path) constvpkpp::PackFileprotected
create(const std::string &path)vpkpp::FGPstatic
createNewEntry()vpkpp::PackFileprotectedstatic
entriesvpkpp::PackFileprotected
EntryCallback typedefvpkpp::PackFile
EntryCallbackBase typedefvpkpp::PackFile
EntryCreation typedefvpkpp::PackFile
EntryPredicate typedefvpkpp::PackFile
EntryTrie typedefvpkpp::PackFile
escapeEntryPathForWrite(const std::string &path)vpkpp::PackFilestatic
extractAll(const std::string &outputDir, bool createUnderPackFileDir=true) constvpkpp::PackFile
extractAll(const std::string &outputDir, const EntryPredicate &predicate, bool stripSharedDirs=true) constvpkpp::PackFile
extractDirectory(const std::string &dir_, const std::string &outputDir) constvpkpp::PackFile
extractEntry(const std::string &entryPath, const std::string &filepath) constvpkpp::PackFile
findEntry(const std::string &path_, bool includeUnbaked=true) constvpkpp::PackFile
fullFilePathvpkpp::PackFileprotected
getBakedEntries() constvpkpp::PackFile
getBakeOutputDir(const std::string &outputDir) constvpkpp::PackFileprotected
getEntryCount(bool includeUnbaked=true) constvpkpp::PackFile
getFilename() constvpkpp::PackFile
getFilepath() constvpkpp::PackFile
getFilestem() constvpkpp::PackFile
getGUID() const overridevpkpp::FGPinlinevirtual
getHeaderSize(uint32_t version, uint32_t fileCount)vpkpp::FGPprotectedstatic
getLoadingScreenFilePath() constvpkpp::FGP
getOpenableExtensions()vpkpp::PackFilestatic
getOpenExtensionRegistry()vpkpp::PackFileprotectedstatic
getSupportedEntryAttributes() const overridevpkpp::FGPvirtual
getTruncatedFilename() constvpkpp::PackFile
getTruncatedFilepath() constvpkpp::PackFile
getTruncatedFilestem() constvpkpp::PackFilevirtual
getUnbakedEntries() constvpkpp::PackFile
GUIDvpkpp::FGPstatic
hasEntry(const std::string &path, bool includeUnbaked=true) constvpkpp::PackFile
hasEntryChecksums() constvpkpp::PackFileinlinevirtual
hashFilePath(const std::string &filepath)vpkpp::FGPstatic
hasPackFileChecksum() constvpkpp::PackFilevirtual
hasPackFileSignature() constvpkpp::PackFilevirtual
isCaseSensitive() constvpkpp::PackFileinlinevirtual
isInstanceOf() constvpkpp::PackFileinline
isReadOnly() const noexceptvpkpp::PackFileinlinevirtual
loadingScreenPathvpkpp::FGPprotected
mergeUnbakedEntries()vpkpp::PackFileprotected
open(const std::string &path, const EntryCallback &callback=nullptr)vpkpp::FGPstatic
vpkpp::PackFile::open(const std::string &path, const EntryCallback &callback=nullptr, const OpenPropertyRequest &requestProperty=nullptr)vpkpp::PackFilestatic
OpenFactoryFunction typedefvpkpp::PackFileprotected
OpenFactoryFunctionBasic typedefvpkpp::PackFileprotected
OpenProperty enum namevpkpp::PackFile
OpenPropertyRequest typedefvpkpp::PackFile
operator std::string() const overridevpkpp::FGPexplicitvirtual
operator=(const PackFile &other)=deletevpkpp::PackFile
operator=(PackFile &&other) noexcept=defaultvpkpp::PackFile
operator[](const std::string &path_) constvpkpp::PackFile
PackFile(const PackFile &other)=deletevpkpp::FGPprotected
PackFile(PackFile &&other) noexcept=defaultvpkpp::FGPprotected
PackFile(std::string fullFilePath_)vpkpp::FGPexplicitprotected
readEntry(const std::string &path_) const overridevpkpp::FGPvirtual
readEntryText(const std::string &path) constvpkpp::PackFile
readUnbakedEntry(const Entry &entry)vpkpp::PackFileprotectedstatic
registerOpenExtensionForTypeFactory(std::string_view extension, const OpenFactoryFunctionBasic &factory)vpkpp::PackFileprotectedstatic
registerOpenExtensionForTypeFactory(std::string_view extension, const OpenFactoryFunction &factory)vpkpp::PackFileprotectedstatic
removeDirectory(const std::string &dirName) overridevpkpp::FGPvirtual
removeEntry(const std::string &path) overridevpkpp::FGPvirtual
renameDirectory(const std::string &oldDir, const std::string &newDir) overridevpkpp::FGPvirtual
renameEntry(const std::string &oldPath, const std::string &newPath) overridevpkpp::FGPvirtual
runForAllEntries(const EntryCallback &operation, bool includeUnbaked=true) constvpkpp::PackFile
runForAllEntries(const std::string &parentDir, const EntryCallback &operation, bool recursive=true, bool includeUnbaked=true) constvpkpp::PackFile
runForAllEntriesInternal(const std::function< void(const std::string &, Entry &)> &operation, bool includeUnbaked=true)vpkpp::PackFileprotected
runForAllEntriesInternal(const std::string &parentDir, const std::function< void(const std::string &, Entry &)> &operation, bool recursive=true, bool includeUnbaked=true)vpkpp::PackFileprotected
setFullFilePath(const std::string &outputDir)vpkpp::PackFileprotected
setLoadingScreenFilePath(const std::string &path)vpkpp::FGP
unbakedEntriesvpkpp::PackFileprotected
verifyEntryChecksums() constvpkpp::PackFilevirtual
verifyEntryChecksumsUsingCRC32() constvpkpp::PackFileprotected
verifyPackFileChecksum() constvpkpp::PackFilevirtual
verifyPackFileSignature() constvpkpp::PackFilevirtual
versionvpkpp::FGPprotected
~PackFile()=defaultvpkpp::PackFilevirtual