|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 toml_builder,包括所有继承而来的类成员
| begin_array() | toml_builder | |
| begin_array_table(const string &name) | toml_builder | |
| begin_array_table(const vector< string > &path) | toml_builder | |
| begin_inline_table() | toml_builder | |
| begin_table(const string &name) | toml_builder | |
| begin_table(const vector< string > &path) | toml_builder | |
| build() | toml_builder | |
| end_array() | toml_builder | |
| end_array_table() | toml_builder | |
| end_inline_table() | toml_builder | |
| end_table() | toml_builder | |
| key(string key) | toml_builder | |
| operator=(toml_builder &&other)=default | toml_builder | |
| toml_builder() | toml_builder | |
| toml_builder(toml_builder &&other)=default | toml_builder | |
| value(nullptr_t np) | toml_builder | inline |
| value(const bool value) | toml_builder | inline |
| value(const int64_t value) | toml_builder | inline |
| value(const int value) | toml_builder | inline |
| value(const double value) | toml_builder | inline |
| value(string value) | toml_builder | inline |
| value(const char *value) | toml_builder | inline |
| value(const string_view value) | toml_builder | inline |
| value(unique_ptr< toml_value > value) | toml_builder | inline |
| value(const Iterable &iterable) | toml_builder | inline |
| value_array(const function< void(toml_builder &)> &build_func) | toml_builder | |
| value_datetime(const string_view value, toml_datetime::datetime_type type) | toml_builder | inline |
| value_inline_table(const function< void(toml_builder &)> &build_func) | toml_builder | |
| value_string(string value, toml_string::string_type type) | toml_builder | inline |
| value_table(const function< void(toml_builder &)> &build_func) | toml_builder |