AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Functions | |
AC_COMMON_API std::string | GetCMakeCommand () |
AC_COMMON_API std::string | GetBuildDirectory () |
AC_COMMON_API std::string | GetSourceDirectory () |
AC_COMMON_API std::string | GetMySQLExecutable () |
Provides helper functions to access built-in values which can be overwritten in config
std::string BuiltInConfig::GetBuildDirectory | ( | ) |
Returns the build directory path when any is specified in the config, returns the built-in one otherwise
References GitRevision::GetBuildDirectory(), and GetStringWithDefaultValueFromFunction().
std::string BuiltInConfig::GetCMakeCommand | ( | ) |
Returns the CMake command when any is specified in the config, returns the built-in path otherwise
References GitRevision::GetCMakeCommand(), and GetStringWithDefaultValueFromFunction().
std::string BuiltInConfig::GetMySQLExecutable | ( | ) |
Returns the path to the mysql executable (mysql
) when any is specified in the config, returns the built-in one otherwise
References GitRevision::GetMySQLExecutable(), and GetStringWithDefaultValueFromFunction().
Referenced by DBUpdaterUtil::GetCorrectedMySQLExecutable().
std::string BuiltInConfig::GetSourceDirectory | ( | ) |
Returns the source directory path when any is specified in the config, returns the built-in one otherwise
References GitRevision::GetSourceDirectory(), and GetStringWithDefaultValueFromFunction().
Referenced by DBUpdater< T >::GetBaseFilesDirectory(), and DBUpdater< T >::Update().