|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
TOML配置文件解析器 更多...
#include "NeForce/core/file/toml/toml_value.hpp"#include "NeForce/core/string/codepoint.hpp"#include "NeForce/core/utility/optional.hpp"类 | |
| class | toml_parser |
| TOML配置解析器 更多... | |
TOML配置文件解析器
此文件提供了TOML格式配置的解析器实现。 提供完整的语法分析和错误处理机制。
支持TOML v1.0.0规范的所有特性:
在文件 toml_parser.hpp 中定义.