Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
Config.h File Reference
#include "Platform/Singleton.h"
#include <list>
#include <map>
#include <mutex>
#include <string>
Include dependency graph for Config.h:
This graph shows which files directly or indirectly include this file:

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, ConfigSectionConfig
typedef std::map< std::string, std::string > ConfigSection

Macro Definition Documentation

◆ sConfigMgr

Typedef Documentation

◆ Config

typedef std::map<std::string, ConfigSection> Config

Definition at line 16 of file Config.h.

◆ ConfigSection

typedef std::map<std::string, std::string> ConfigSection

Definition at line 15 of file Config.h.