class Resolver
Defined at line 3231 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
A resolver 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::Resolver> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_component_test::wire::Resolver> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Resolver>> 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::Resolver>> && frame_ptr)
void Resolver ()
Defined at line 3233 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
void Resolver (const Resolver & other)
Defined at line 3234 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
void Resolver (Resolver && other)
Defined at line 3236 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 resolver.
bool has_name ()
::fidl::StringView & as ()
A rename of the resolver, 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 resolver 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 ()
Resolver & set_name (::fidl::ObjectView< ::fidl::StringView> elem)
Resolver & set_name (std::nullptr_t )
Resolver & clear_name ()
Resolver & operator= (const Resolver & other)
Defined at line 3235 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
Resolver & set_as (::fidl::ObjectView< ::fidl::StringView> elem)
Resolver & set_as (std::nullptr_t )
Resolver & clear_as ()
Resolver & set_path (::fidl::ObjectView< ::fidl::StringView> elem)
Resolver & set_path (std::nullptr_t )
Resolver & clear_path ()
Resolver & set_from_dictionary (::fidl::ObjectView< ::fidl::StringView> elem)
Resolver & set_from_dictionary (std::nullptr_t )
Resolver & clear_from_dictionary ()
void Resolver (::fidl::AnyArena & allocator)
void Resolver (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_component_test::wire::Resolver>> && 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.
Resolver & operator= (Resolver && other)
Defined at line 3237 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/wire_types.h
void ~Resolver ()
Defined at line 3239 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