|
xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
|
This is the complete list of members for xentara::workbench::json::Object, including all inherited members.
| decode(utils::json::decoder::Object &encodedObject, DecodingOptions options={}) -> void | xentara::workbench::json::Object | |
| decode(utils::json::decoder::Value &encodedValue, DecodingOptions options={}) -> void | xentara::workbench::json::Object | |
| decode(utils::json::decoder::Object &encodedObject, Filter &&filter, DecodingOptions options={}) -> void | xentara::workbench::json::Object | |
| decode(utils::json::decoder::Value &encodedValue, Filter &&filter, DecodingOptions options={}) -> void | xentara::workbench::json::Object | |
| empty() const noexcept -> bool | xentara::workbench::json::Object | |
| encode(utils::json::encoder::Object &encodedObject) const -> void | xentara::workbench::json::Object | |
| encode(utils::json::encoder::Value &encodedValue) const -> void | xentara::workbench::json::Object | |
| fromString(std::string_view string, DecodingOptions options={}) -> utils::eh::expected< Object, ui::String > | xentara::workbench::json::Object | static |
| fromString(std::string_view string, Filter &&filter, DecodingOptions options={}) -> utils::eh::expected< Object, ui::String > | xentara::workbench::json::Object | static |
| kXentaraElementFilter | xentara::workbench::json::Object | static |
| Object() | xentara::workbench::json::Object | |
| Object(const Object &) | xentara::workbench::json::Object | |
| Object(Object &&) noexcept | xentara::workbench::json::Object | |
| operator=(const Object &) -> Object & | xentara::workbench::json::Object | |
| operator=(Object &&) noexcept -> Object & | xentara::workbench::json::Object | |
| operator==(const Object &) const -> bool | xentara::workbench::json::Object | |
| toString(utils::json::encoder::Document::Format format=utils::json::encoder::Document::Format::Regular) const -> std::string | xentara::workbench::json::Object | |
| ~Object() | xentara::workbench::json::Object |