|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 json_builder,包括所有继承而来的类成员
| begin_array() | json_builder | |
| begin_object() | json_builder | |
| build() | json_builder | |
| end_array() | json_builder | |
| end_object() | json_builder | |
| json_builder()=default | json_builder | |
| json_builder(json_builder &&other)=default | json_builder | |
| key(const string &key) | json_builder | |
| operator=(json_builder &&other)=default | json_builder | |
| value(nullptr_t np) | json_builder | inline |
| value(const string &value) | json_builder | inline |
| value(const char *value) | json_builder | inline |
| value(const string_view value) | json_builder | inline |
| value(const double value) | json_builder | inline |
| value(const int value) | json_builder | inline |
| value(const bool value) | json_builder | inline |
| value(unique_ptr< json_value > &&value) | json_builder | inline |
| value(const Iterable &iterable) | json_builder | inline |
| value_array(const function< void(json_builder &)> &build_func) | json_builder | |
| value_object(const function< void(json_builder &)> &build_func) | json_builder |