TOMLParser:仅c ++标头TOML解析器

时间:2024-06-04 18:53:19
【文件属性】:

文件名称:TOMLParser:仅c ++标头TOML解析器

文件大小:37KB

文件格式:ZIP

更新时间:2024-06-04 18:53:19

toml-parser toml C++

TOMLParser 仅用于C ++标头的TOML解析器。 注意:名为新c ++ 11 toml库已准备就绪。 如果可以使用c ++ 11,请使用它。 注意:准备好名为Boost的新c ++(98 | 11 | 14 | 17)toml库。 如果可以使用Boost C ++库,请使用它。 TOMLParser支持 。 如果可以使用c ++ 11功能,则此解析器仅取决于STL。 如果不是这样,则取决于Boost C ++库。 若要将此解析器与c ++ 98&boost一起使用,最好从官方网站下载boost库。 用法 因为这是仅标头的库,所以无需构建即可使用TOMLParser 。 如果阅读以下示例代码,则可以轻松了解如何使用它。 要解析TOML文件,请使用toml::Data toml::parse(std::basic_istream&)函数。 std::if


【文件预览】:
TOMLParser-master
----.travis.yml(513B)
----test()
--------hard_example_unicode.toml(2KB)
--------test_newline.cpp(1KB)
--------test_bare_key.cpp(2KB)
--------test_parse_value.cpp(10KB)
--------hard_example_error2.toml(1KB)
--------hard_example_error3.toml(1KB)
--------test_file_reading_test.cpp(11KB)
--------test_space_and_comment.cpp(2KB)
--------test_utility.cpp(2KB)
--------hard_example.toml(1KB)
--------CMakeLists.txt(1KB)
--------hard_example_error1.toml(1KB)
--------README.md(328B)
--------test_read_value.cpp(6KB)
--------example.toml(875B)
----sample()
--------sample.toml(666B)
--------sample.cpp(3KB)
--------example.cpp(13KB)
--------CMakeLists.txt(192B)
----LICENSE(1KB)
----src()
--------utility.hpp(1KB)
--------exceptions.hpp(1KB)
--------toml_values.hpp(669B)
--------get.hpp(3KB)
--------type_traits.hpp(1KB)
--------definitions.hpp(775B)
--------cxxconfig.hpp(2KB)
--------is.hpp(7KB)
--------escape_sequence.hpp(3KB)
--------toml_parser.hpp(27KB)
----README_ja.md(10KB)
----.gitignore(34B)
----CMakeLists.txt(677B)
----README.md(8KB)
----toml.hpp(133B)

网友评论