class ServiceInstance

Defined at line 5839 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Metadata about a service instance.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

void ServiceInstance ()
void ServiceInstance (ServiceInstance && other)
const ::std::string & instance_name ()

The name of the service instance in this service directory.

Defined at line 5846 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool has_instance_name ()

Defined at line 5850 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::std::string * mutable_instance_name ()

The name of the service instance in this service directory.

Defined at line 5855 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void clear_instance_name ()

Defined at line 5863 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::std::string & child_name ()

The name of the component that serves the service instance,

including the collection name if the component is a child.

Defined at line 5873 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool has_child_name ()

Defined at line 5877 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::std::string * mutable_child_name ()

The name of the component that serves the service instance,

including the collection name if the component is a child.

Defined at line 5883 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void clear_child_name ()

Defined at line 5891 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::std::string & child_instance_name ()

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

Defined at line 5900 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool has_child_instance_name ()

Defined at line 5904 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::std::string * mutable_child_instance_name ()

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

Defined at line 5909 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void clear_child_instance_name ()

Defined at line 5917 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

ServiceInstance & set_instance_name (::std::string _value)
ServiceInstance & set_child_name (::std::string _value)
ServiceInstance & set_child_instance_name (::std::string _value)
void ~ServiceInstance ()
ServiceInstance & operator= (ServiceInstance && other)
::std::unique_ptr<ServiceInstance> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ServiceInstance * _value, size_t _offset)
zx_status_t Clone (ServiceInstance * _result)