template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 807 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h
Public Methods
::fuchsia_scheduler::wire::RoleManagerGetProfileForRoleResponse Build ()
Build and return the table. The builder should not be used after this.
bool has_profile ()
void clear_profile ()
Clears the profile field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::zx::profile & profile ()
Getter for profile.
BuilderImpl & profile (::zx::profile elem)
Setter for profile.
bool has_output_parameters ()
void clear_output_parameters ()
Clears the output_parameters field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_scheduler::wire::Parameter> & output_parameters ()
Getter for output_parameters.
BuilderImpl & output_parameters (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_scheduler::wire::Parameter>>> elem)
Setter for output_parameters.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_scheduler::wire::RoleManagerGetProfileForRoleResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_scheduler::wire::RoleManagerGetProfileForRoleResponse>> && frame)