template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1632 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/cpp/fidl/fuchsia.sys2/cpp/wire_types.h
Public Methods
::fuchsia_sys2::wire::ServiceInstance Build ()
Build and return the table. The builder should not be used after this.
bool has_instance_name ()
void clear_instance_name ()
Clears the instance_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & instance_name ()
The name of the service instance in this service directory.
BuilderImpl & instance_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the service instance in this service directory.
bool has_child_name ()
void clear_child_name ()
Clears the child_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & child_name ()
The name of the component that serves the service instance,
including the collection name if the component is a child.
BuilderImpl & child_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the component that serves the service instance,
including the collection name if the component is a child.
bool has_child_instance_name ()
void clear_child_instance_name ()
Clears the child_instance_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & child_instance_name ()
The name of the service instance as exposed by the child.
BuilderImpl & child_instance_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
The name of the service instance as exposed by the child.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_sys2::wire::ServiceInstance, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_sys2::wire::ServiceInstance>> && frame)