![]() |
P4C
The P4 Compiler
|
This is the complete list of members for Util::JsonObject, including all inherited members.
as() const | ICastable | inline |
as() | ICastable | inline |
checkedTo() const | ICastable | inline |
checkedTo() | ICastable | inline |
DECLARE_TYPEINFO(JsonObject, IJson) (defined in Util::JsonObject) | Util::JsonObject | |
DECLARE_TYPEINFO(IJson) (defined in Util::IJson) | Util::IJson | |
dump() const (defined in Util::IJson) | Util::IJson | |
emplace(cstring label, IJson *value) (defined in Util::JsonObject) | Util::JsonObject | |
emplace(std::string_view label, IJson *value) (defined in Util::JsonObject) | Util::JsonObject | |
emplace(String label, T &&s) -> std::enable_if_t<!std::is_convertible_v< T, IJson * >, JsonObject * > (defined in Util::JsonObject) | Util::JsonObject | inline |
emplace_non_null(cstring label, IJson *value) (defined in Util::JsonObject) | Util::JsonObject | |
find(std::string_view a) | string_map< IJson * > | inline |
get(cstring label) const (defined in Util::JsonObject) | Util::JsonObject | inline |
get(std::string_view label) const (defined in Util::JsonObject) | Util::JsonObject | inline |
getAs(S label) const (defined in Util::JsonObject) | Util::JsonObject | inline |
is() const noexcept | RTTI::Base | inline |
isA(TypeId typeId) const noexcept=0 | RTTI::Base | pure virtual |
JsonObject()=default (defined in Util::JsonObject) | Util::JsonObject | |
operator==(const string_map &a) const | string_map< IJson * > | inline |
serialize(std::ostream &out) const override (defined in Util::JsonObject) | Util::JsonObject | virtual |
Test::TestJson (defined in Util::JsonObject) | Util::JsonObject | friend |
to() noexcept | RTTI::Base | inline |
ICastable::to() const noexcept | RTTI::Base | inline |
toImpl(TypeId typeId) const noexcept=0 (defined in RTTI::Base) | RTTI::Base | protectedpure virtual |
toString() const (defined in Util::IJson) | Util::IJson | |
typeId() const noexcept=0 | RTTI::Base | pure virtual |
~Base()=default (defined in RTTI::Base) | RTTI::Base | virtual |
~ICastable()=default (defined in ICastable) | ICastable | virtual |
~IJson() (defined in Util::IJson) | Util::IJson | inlinevirtual |