MCPcopy Create free account
hub / github.com/Tencent/phxqueue / BaseConfig

Method BaseConfig

phxqueue_phxrpc/config/baseconfig.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27template <typename ConfigType> class BaseConfig : public comm::FileLoader, public ConfigType {
28 public:
29 BaseConfig() : comm::FileLoader(), ConfigType() {}
30 virtual ~BaseConfig() {}
31
32 virtual bool LoadFile(const std::string &file, bool is_reload) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected