tomlplusplus/examples
Mark Gillard 289c95cb51 renamed table proxy pair members to first and second to match STL (closes #30)
also:
- implemented `table_iterator::operator -> ()` (closes #29)
- added `array::resize()` and `array::truncate()` (closes #33)
- refactored BOM handling to make static analyzer happy (closes #34)
- added `array::capacity()`, `array::shrink_to_fit()`, `array::max_size()`
- implemented non-const -> const conversion for table and array iterators
2020-05-23 17:35:47 +03:00
..
error_printer.cpp minor improvements to the wording of some error messages 2020-04-14 12:45:32 +03:00
example.toml added iterators for tables and arrays 2020-01-10 19:33:58 +02:00
meson.build minor improvements to the wording of some error messages 2020-04-14 12:45:32 +03:00
simple_parser.cpp renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
toml_generator.cpp renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
toml_to_json_transcoder.cpp minor improvements to the wording of some error messages 2020-04-14 12:45:32 +03:00
utf8_console.h refactored parser 2020-04-11 19:43:38 +03:00