class ExposeRunner
Defined at line 6478 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
Declares a runner exposed to a component's containing realm, such as a
runner exposed by the component or one of its children at runtime.
Public Methods
void ExposeRunner ()
Defined at line 6480 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
void ExposeRunner (const ExposeRunner & other)
Defined at line 6481 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
void ExposeRunner (ExposeRunner && other)
Defined at line 6483 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/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_decl::wire::ExposeRunner> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_component_decl::wire::ExposeRunner> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::ExposeRunner>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
::fuchsia_component_decl::wire::Ref & source ()
(Required) The provider of the capability relative to the component
itself. Must be `self` or `child`.
bool has_source ()
::fidl::StringView & source_name ()
(Required) The name of the runner, by which it was presented to this
component.
bool has_source_name ()
::fuchsia_component_decl::wire::Ref & target ()
(Required) The destination to which the runner is exposed: either the
component's realm or the framework.
bool has_target ()
::fidl::StringView & target_name ()
(Required) The name by which the capability is being exposed.
bool has_target_name ()
::fidl::StringView & source_dictionary ()
(Optional) Path in a dictionary offered by `ref` which contains `source_name`.
If this field is absent, `source_name` identifies a capability directly routed
by `source`. If set, `source_name` identifies a capability nested inside a
dictionary. The name of the top-level dictionary is given by the first path
segment of `source_dictionary`, and `source` is expected to route a
dictionary capability with this name. The rest of the path (possibly empty)
represents the path to a dictionary nested in the top-level dictionary which
is expected to contain `source_name`.
bool has_source_dictionary ()
ExposeRunner & operator= (const ExposeRunner & other)
Defined at line 6482 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
ExposeRunner & operator= (ExposeRunner && other)
Defined at line 6484 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
ExposeRunner & set_source (::fidl::ObjectView< ::fuchsia_component_decl::wire::Ref> elem)
ExposeRunner & set_source (std::nullptr_t )
ExposeRunner & clear_source ()
ExposeRunner & set_source_name (::fidl::ObjectView< ::fidl::StringView> elem)
ExposeRunner & set_source_name (std::nullptr_t )
ExposeRunner & clear_source_name ()
ExposeRunner & set_target (::fidl::ObjectView< ::fuchsia_component_decl::wire::Ref> elem)
ExposeRunner & set_target (std::nullptr_t )
ExposeRunner & clear_target ()
ExposeRunner & set_target_name (::fidl::ObjectView< ::fidl::StringView> elem)
ExposeRunner & set_target_name (std::nullptr_t )
ExposeRunner & clear_target_name ()
ExposeRunner & set_source_dictionary (::fidl::ObjectView< ::fidl::StringView> elem)
ExposeRunner & set_source_dictionary (std::nullptr_t )
ExposeRunner & clear_source_dictionary ()
void ExposeRunner (::fidl::AnyArena & allocator)
void ExposeRunner (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_decl::wire::ExposeRunner>> && 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_decl::wire::ExposeRunner>> && frame_ptr)
void ~ExposeRunner ()
Defined at line 6486 of file fidling/gen/sdk/fidl/fuchsia.component.decl/fuchsia.component.decl/cpp/fidl/fuchsia.component.decl/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder