tomlplusplus/include/toml++
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
..
toml_array.h renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
toml_array.hpp renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
toml_common.h renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
toml_date_time.h fixed some multi-line string parsing issues 2020-04-13 23:23:11 +03:00
toml_default_formatter.h fixed formatter::print_inline causing compilation failures in windows DLL builds 2020-05-20 13:27:06 +03:00
toml_default_formatter.hpp fixed formatter::print_inline causing compilation failures in windows DLL builds 2020-05-20 13:27:06 +03:00
toml_formatter.h fixed some multi-line string parsing issues 2020-04-13 23:23:11 +03:00
toml_instantiations.hpp moved preprocessor machinery to a separate header 2020-04-10 19:46:00 +03:00
toml_json_formatter.h fixed formatter::print_inline causing compilation failures in windows DLL builds 2020-05-20 13:27:06 +03:00
toml_json_formatter.hpp fixed formatter::print_inline causing compilation failures in windows DLL builds 2020-05-20 13:27:06 +03:00
toml_node_view.h fixed some multi-line string parsing issues 2020-04-13 23:23:11 +03:00
toml_node.h fixed some multi-line string parsing issues 2020-04-13 23:23:11 +03:00
toml_node.hpp moved preprocessor machinery to a separate header 2020-04-10 19:46:00 +03:00
toml_parse_error.h moved preprocessor machinery to a separate header 2020-04-10 19:46:00 +03:00
toml_parser.h renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
toml_parser.hpp fixed is_unicode_XXXXXX functions being wrong in some cases 2020-04-18 23:42:33 +03:00
toml_preprocessor.h fixed is_unicode_XXXXXX functions being wrong in some cases 2020-04-18 23:42:33 +03:00
toml_print_to_stream.h fixed is_unicode_XXXXXX functions being wrong in some cases 2020-04-18 23:42:33 +03:00
toml_table.h renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
toml_table.hpp moved preprocessor machinery to a separate header 2020-04-10 19:46:00 +03:00
toml_utf8_generated.h minor code cleanup 2020-04-21 16:40:03 +03:00
toml_utf8_streams.h renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
toml_utf8.h minor code cleanup 2020-04-21 16:40:03 +03:00
toml_value.h fixed some multi-line string parsing issues 2020-04-13 23:23:11 +03:00
toml_version.h renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00
toml.h renamed table proxy pair members to first and second to match STL (closes #30) 2020-05-23 17:35:47 +03:00