|
xentara-utils v2.0.6
The Xentara Utility Library
|
This is the complete list of members for xentara::utils::json::encoder::Object, including all inherited members.
| add(std::string_view name, const String &value) -> void | xentara::utils::json::encoder::Object | |
| add(std::string_view name, Number value) -> void | xentara::utils::json::encoder::Object | |
| add(std::string_view name, bool value) -> void | xentara::utils::json::encoder::Object | |
| add(std::string_view name, Null value) -> void | xentara::utils::json::encoder::Object | |
| add(std::string_view name, const xentara::utils::core::Uuid &uuid) -> void | xentara::utils::json::encoder::Object | |
| add(std::string_view name, std::chrono::system_clock::time_point timePoint, std::chrono::minutes shownUtcOffset=std::chrono::minutes::zero()) -> void | xentara::utils::json::encoder::Object | |
| addArray(std::string_view name) -> Array | xentara::utils::json::encoder::Object | |
| addDate(std::string_view name, std::chrono::sys_days date) -> void | xentara::utils::json::encoder::Object | |
| addMember(std::string_view name) -> Value | xentara::utils::json::encoder::Object | |
| addNakedTime(std::string_view name, std::chrono::system_clock::duration time) -> void | xentara::utils::json::encoder::Object | |
| addObject(std::string_view name) -> Object | xentara::utils::json::encoder::Object | |
| addString(std::string_view name) -> String | xentara::utils::json::encoder::Object | |
| addTime(std::string_view name, std::chrono::system_clock::duration time, std::chrono::minutes shownUtcOffset=std::chrono::minutes::zero()) -> void | xentara::utils::json::encoder::Object | |
| addTimeDuration(std::string_view name, std::chrono::nanoseconds timeDuration) -> void | xentara::utils::json::encoder::Object | |
| close() -> void | xentara::utils::json::encoder::Object | |
| Object()=delete | xentara::utils::json::encoder::Object | |
| ~Object() noexcept(false) | xentara::utils::json::encoder::Object |