|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
TOML配置格式变量 更多...
#include "NeForce/core/container/unordered_map.hpp"#include "NeForce/core/container/vector.hpp"#include "NeForce/core/memory/unique_ptr.hpp"#include "NeForce/core/time/datetime.hpp"类 | |
| 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表格类 更多... | |