|
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表格类 更多... | |