NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
toml_parser.hpp 文件参考

toml配置文件解析器 更多...

toml_parser.hpp 的引用(Include)关系图:

浏览该文件的源代码.

class  toml_parser
 toml配置解析器 更多...

详细描述

toml配置文件解析器

此文件提供了toml格式配置的解析器实现。 提供完整的语法分析和错误处理机制。

支持toml v1.0.0规范的所有特性:

  • 键值对(Key/Value pairs)
  • 字符串(Basic, Literal, Multi-line)
  • 数字(Integer, Float, Special floats)
  • 布尔值(true/false)
  • 日期时间(Offset, Local, Date, Time)
  • 数组(Arrays)
  • 内联表格(Inline tables)
  • 标准表格(Standard tables)
  • 表格数组(Arrays of tables)
  • 注释和空白处理

在文件 toml_parser.hpp 中定义.