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

TOML配置格式变量 更多...

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

浏览该文件的源代码.

struct  toml_exception
 TOML格式操作失败 更多...
class  toml_value
 TOML值抽象基类 更多...
class  toml_boolean
 TOML布尔值类 更多...
class  toml_integer
 TOML整数值类 更多...
class  toml_float
 TOML浮点数值类 更多...
class  toml_string
 TOML字符串值类 更多...
class  toml_datetime
 TOML日期时间值类 更多...
class  toml_array
 TOML数组类 更多...
class  toml_table
 TOML表格类 更多...

详细描述

TOML配置格式变量

此文件提供了TOML(Tom's Obvious, Minimal Language)配置格式的抽象基类和具体实现类。

在文件 toml_value.hpp 中定义.