xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
Loading...
Searching...
No Matches
xentara::workbench::json::Object Member List

This is the complete list of members for xentara::workbench::json::Object, including all inherited members.

decode(utils::json::decoder::Object &encodedObject, DecodingOptions options={}) -> voidxentara::workbench::json::Object
decode(utils::json::decoder::Value &encodedValue, DecodingOptions options={}) -> voidxentara::workbench::json::Object
decode(utils::json::decoder::Object &encodedObject, Filter &&filter, DecodingOptions options={}) -> voidxentara::workbench::json::Object
decode(utils::json::decoder::Value &encodedValue, Filter &&filter, DecodingOptions options={}) -> voidxentara::workbench::json::Object
empty() const noexcept -> boolxentara::workbench::json::Object
encode(utils::json::encoder::Object &encodedObject) const -> voidxentara::workbench::json::Object
encode(utils::json::encoder::Value &encodedValue) const -> voidxentara::workbench::json::Object
fromString(std::string_view string, DecodingOptions options={}) -> utils::eh::expected< Object, ui::String >xentara::workbench::json::Objectstatic
fromString(std::string_view string, Filter &&filter, DecodingOptions options={}) -> utils::eh::expected< Object, ui::String >xentara::workbench::json::Objectstatic
kXentaraElementFilterxentara::workbench::json::Objectstatic
Object()xentara::workbench::json::Object
Object(const Object &)xentara::workbench::json::Object
Object(Object &&) noexceptxentara::workbench::json::Object
operator=(const Object &) -> Object &xentara::workbench::json::Object
operator=(Object &&) noexcept -> Object &xentara::workbench::json::Object
operator==(const Object &) const -> boolxentara::workbench::json::Object
toString(utils::json::encoder::Document::Format format=utils::json::encoder::Document::Format::Regular) const -> std::stringxentara::workbench::json::Object
~Object()xentara::workbench::json::Object