|
FIX 4.0 Demo 1.0
|
INI 格式配置文件解析器 More...
#include <string>#include <unordered_map>#include <mutex>

Go to the source code of this file.
Classes | |
| class | fix40::Config |
| 线程安全的 INI 配置文件解析器(单例模式) More... | |
Namespaces | |
| namespace | fix40 |
INI 格式配置文件解析器
提供线程安全的单例配置管理器,支持从 INI 文件加载配置, 并按 section/key 方式访问配置项。