FIX 4.0 Demo 1.0
Loading...
Searching...
No Matches
config.hpp File Reference

INI 格式配置文件解析器 More...

#include <string>
#include <unordered_map>
#include <mutex>
Include dependency graph for config.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fix40::Config
 线程安全的 INI 配置文件解析器(单例模式) More...
 

Namespaces

namespace  fix40
 

Detailed Description

INI 格式配置文件解析器

提供线程安全的单例配置管理器,支持从 INI 文件加载配置, 并按 section/key 方式访问配置项。