xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::json::encoder::Object Member List

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) -> voidxentara::utils::json::encoder::Object
add(std::string_view name, Number value) -> voidxentara::utils::json::encoder::Object
add(std::string_view name, bool value) -> voidxentara::utils::json::encoder::Object
add(std::string_view name, Null value) -> voidxentara::utils::json::encoder::Object
add(std::string_view name, const xentara::utils::core::Uuid &uuid) -> voidxentara::utils::json::encoder::Object
add(std::string_view name, std::chrono::system_clock::time_point timePoint, std::chrono::minutes shownUtcOffset=std::chrono::minutes::zero()) -> voidxentara::utils::json::encoder::Object
addArray(std::string_view name) -> Arrayxentara::utils::json::encoder::Object
addDate(std::string_view name, std::chrono::sys_days date) -> voidxentara::utils::json::encoder::Object
addMember(std::string_view name) -> Valuexentara::utils::json::encoder::Object
addNakedTime(std::string_view name, std::chrono::system_clock::duration time) -> voidxentara::utils::json::encoder::Object
addObject(std::string_view name) -> Objectxentara::utils::json::encoder::Object
addString(std::string_view name) -> Stringxentara::utils::json::encoder::Object
addTime(std::string_view name, std::chrono::system_clock::duration time, std::chrono::minutes shownUtcOffset=std::chrono::minutes::zero()) -> voidxentara::utils::json::encoder::Object
addTimeDuration(std::string_view name, std::chrono::nanoseconds timeDuration) -> voidxentara::utils::json::encoder::Object
close() -> voidxentara::utils::json::encoder::Object
Object()=deletexentara::utils::json::encoder::Object
~Object() noexcept(false)xentara::utils::json::encoder::Object