#include <common_config.h>
Public Member Functions | |
| CommonConfig (const CommonConfig &)=delete | |
| std::string | configGramParas (const std::string base_path, const std::string grammar_file) |
| std::string | handleErrorcode (const int errorcode) |
| void | loginToXunfei (const std::string base_path) |
| CommonConfig & | operator= (const CommonConfig &)=delete |
| ~CommonConfig () | |
Static Public Member Functions | |
| static CommonConfig & | get_instance () |
Private Member Functions | |
| CommonConfig () | |
Definition at line 103 of file common_config.h.
|
inline |
Definition at line 111 of file common_config.h.
|
delete |
|
inlineprivate |
Definition at line 124 of file common_config.h.
| std::string CommonConfig::configGramParas | ( | const std::string | base_path, |
| const std::string | grammar_file | ||
| ) |
Definition at line 39 of file common_config.cpp.
|
inlinestatic |
Definition at line 117 of file common_config.h.
| std::string CommonConfig::handleErrorcode | ( | const int | errorcode | ) |
Definition at line 60 of file common_config.cpp.
| void CommonConfig::loginToXunfei | ( | const std::string | base_path | ) |
Definition at line 7 of file common_config.cpp.
|
delete |