class Runner

Defined at line 3559 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

A runner capability

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_component_test::wire::Runner> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_component_test::wire::Runner> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Runner>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Runner>> && frame_ptr)
void Runner ()

Defined at line 3561 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

void Runner (const Runner & other)

Defined at line 3562 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

void Runner (Runner && other)

Defined at line 3564 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

::fidl::StringView & name ()

The name of the runner.

bool has_name ()
::fidl::StringView & as ()

A rename of the runner, which can be set when routing to another

component. This field is optional.

bool has_as ()
::fidl::StringView & path ()

Override the path in which the runner is installed. Instead of

`/svc/{name}`, this value will be used. Path should begin with a

leading slash and omit a trailing slash, e.g.

`/foo/fuchsia.logger.LogSink`. This field is optional.

bool has_path ()
::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 ()
Runner & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
Runner & set_name (std::nullptr_t )
Runner & clear_name ()
Runner & operator= (const Runner & other)

Defined at line 3563 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

Runner & set_as (::fidl::ObjectView< ::fidl::StringView> elem)
Runner & set_as (std::nullptr_t )
Runner & clear_as ()
Runner & set_path (::fidl::ObjectView< ::fidl::StringView> elem)
Runner & set_path (std::nullptr_t )
Runner & clear_path ()
Runner & set_from_dictionary (::fidl::ObjectView< ::fidl::StringView> elem)
Runner & set_from_dictionary (std::nullptr_t )
Runner & clear_from_dictionary ()
void Runner (::fidl::AnyArena & allocator)
void Runner (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Runner>> && 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.

Runner & operator= (Runner && other)

Defined at line 3565 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h

void ~Runner ()

Defined at line 3567 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