class ServiceInstance

Defined at line 1546 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h

Metadata about a service instance.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_sys2::wire::ServiceInstance> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_sys2::wire::ServiceInstance> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sys2::wire::ServiceInstance>> frame)

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

void ServiceInstance ()

Defined at line 1548 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h

void ServiceInstance (const ServiceInstance & other)

Defined at line 1549 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h

ServiceInstance & operator= (const ServiceInstance & other)

Defined at line 1550 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h

void ServiceInstance (ServiceInstance && other)

Defined at line 1551 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h

::fidl::StringView & instance_name ()

The name of the service instance in this service directory.

bool has_instance_name ()
::fidl::StringView & child_name ()

The name of the component that serves the service instance,

including the collection name if the component is a child.

bool has_child_name ()
::fidl::StringView & child_instance_name ()

The name of the service instance as exposed by the child.

bool has_child_instance_name ()
ServiceInstance & operator= (ServiceInstance && other)

Defined at line 1552 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h

void ~ServiceInstance ()

Defined at line 1554 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder