ServerConfig() |
ServerConfig(const ServerConfig&) delete |
void | Add(const std::string& serverName, const std::string& hostName, int port, const std::string& defaultToolChain, bool force, bool read, bool write) |
void | Done() static |
ServerInfo* | GetServerInfo(const std::string& serverName, bool failIfNotExist, bool read) |
void | Init() static |
ServerConfig& | Instance() static |
void | Read() |
void | Remove(const std::string& serverName) |
void | Show() |
void | Write() |
ServerConfig& | operator=(const ServerConfig&) delete |
std::map<std::pair<std::string, int>, std::string> | hostPortMap |
std::unique_ptr<ServerConfig> | instance static |
std::vector<std::unique_ptr<ServerInfo>> | serverInfos |
std::map<std::string, ServerInfo*> | serverMap |