|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | ConfigMgr |
Macros | |
| #define | sConfigMgr Skyfire::Singleton<ConfigMgr, Skyfire::NullMutex>::instance() |
Typedefs | |
| typedef std::map< std::string, ConfigSection > | Config |
| typedef std::map< std::string, std::string > | ConfigSection |
| #define sConfigMgr Skyfire::Singleton<ConfigMgr, Skyfire::NullMutex>::instance() |
Definition at line 64 of file Config.h.
Referenced by AuthSocket::_HandleLogonProof(), Master::_StartDB(), Log::CreateAppenderFromConfig(), Log::CreateLoggerFromConfig(), GetConfigIntDefault(), GetConfigStringDefault(), server_commandscript::HandleServerPLimitCommand(), Skyfire::PacketLogServer::Initialize(), World::LoadConfigSettings(), Log::LoadFromConfig(), main(), RASocket::RASocket(), Log::ReadAppendersFromConfig(), Log::ReadLoggersFromConfig(), CliRunnable::Run(), Master::Run(), RARunnable::Run(), World::SetInitialWorldSettings(), StartDB(), StartEluna(), WorldSocketMgr::StartReactiveIO(), and Guild::Validate().
| typedef std::map<std::string, ConfigSection> Config |
| typedef std::map<std::string, std::string> ConfigSection |