AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Field.h"
#include "Errors.h"
#include "Log.h"
#include "MySQLHacks.h"
#include "StringConvert.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{Field.cpp} |
Functions | |
template<typename T > | |
constexpr T | anonymous_namespace{Field.cpp}::GetDefaultValue () |
template<typename T > | |
bool | anonymous_namespace{Field.cpp}::IsCorrectFieldType (DatabaseFieldTypes type) |
Optional< std::string_view > | anonymous_namespace{Field.cpp}::GetCleanAliasName (std::string_view alias) |
template<typename T > | |
bool | anonymous_namespace{Field.cpp}::IsCorrectAlias (DatabaseFieldTypes type, std::string_view alias) |