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 中定义.