![]() |
TrinityCore
|
Include dependency graph for ClientBuildInfo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | ClientBuild::VariantId |
| struct | ClientBuild::AuthKey |
| struct | ClientBuild::Info |
Namespaces | |
| namespace | ClientBuild |
| namespace | ClientBuild::Platform |
| namespace | ClientBuild::PlatformType |
| namespace | ClientBuild::Arch |
| namespace | ClientBuild::Type |
Functions | |
| constexpr uint32 | ClientBuild::ToFourCC (std::string_view text) |
| consteval uint32 | ClientBuild::operator""_fourcc (char const *chars, std::size_t length) |
| std::array< char, 5 > | ClientBuild::ToCharArray (uint32 value) |
| TC_SHARED_API bool | ClientBuild::Platform::IsValid (std::string_view platform) |
| TC_SHARED_API bool | ClientBuild::PlatformType::IsValid (std::string_view platformType) |
| TC_SHARED_API bool | ClientBuild::Arch::IsValid (std::string_view arch) |
| TC_SHARED_API bool | ClientBuild::Type::IsValid (std::string_view type) |
| void | ClientBuild::LoadBuildInfo () |
| Info const * | ClientBuild::GetBuildInfo (uint32 build) |
| uint32 | ClientBuild::GetMinorMajorBugfixVersionForBuild (uint32 build) |