class Dictionary
Defined at line 2850 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
A dictionary capability
Public Methods
void Dictionary ()
Defined at line 2852 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
void Dictionary (const Dictionary & other)
Defined at line 2853 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
void Dictionary (Dictionary && other)
Defined at line 2855 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_component_test::wire::Dictionary> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_component_test::wire::Dictionary> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Dictionary>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fidl::StringView & name ()
The name of the dictionary.
bool has_name ()
::fidl::StringView & as ()
A rename of the dictionary, which can be set when routing to another
component. This field is optional.
bool has_as ()
::fuchsia_component_decl::wire::DependencyType & type ()
For information on this type, see
https://fuchsia.dev/go/components/declaration#DependencyType.
This field is optional and defaults to `STRONG`.
bool has_type ()
::fuchsia_component_decl::wire::Availability & availability ()
Optional. Cannot be set to `SameAsTarget` if `to` contains a local
component.
bool has_availability ()
::fidl::StringView & from_dictionary ()
Optional. If set, the path to the dictionary routed by `from` which contains
the capability. Superseded by [`Realm.AddRouteFromDictionary`].
bool has_from_dictionary ()
::fidl::StringView & path ()
Optional. The path at which this dictionary is used (if the target is a
local component).
bool has_path ()
Dictionary & operator= (const Dictionary & other)
Defined at line 2854 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
Dictionary & operator= (Dictionary && other)
Defined at line 2856 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
Dictionary & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
Dictionary & set_name (std::nullptr_t )
Dictionary & clear_name ()
Dictionary & set_as (::fidl::ObjectView< ::fidl::StringView> elem)
Dictionary & set_as (std::nullptr_t )
Dictionary & clear_as ()
Dictionary & set_type (::fuchsia_component_decl::wire::DependencyType elem)
Dictionary & clear_type ()
Dictionary & set_availability (::fuchsia_component_decl::wire::Availability elem)
Dictionary & clear_availability ()
Dictionary & set_from_dictionary (::fidl::ObjectView< ::fidl::StringView> elem)
Dictionary & set_from_dictionary (std::nullptr_t )
Dictionary & clear_from_dictionary ()
Dictionary & set_path (::fidl::ObjectView< ::fidl::StringView> elem)
Dictionary & set_path (std::nullptr_t )
Dictionary & clear_path ()
void Dictionary (::fidl::AnyArena & allocator)
void Dictionary (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Dictionary>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Dictionary>> && frame_ptr)
void ~Dictionary ()
Defined at line 2858 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder