template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 170 of file fidling/gen/sdk/fidl/fuchsia.scheduler/fuchsia.scheduler/cpp/fidl/fuchsia.scheduler/cpp/wire_types.h

Public Methods

::fuchsia_scheduler::wire::RoleManagerSetRoleRequest Build ()

Build and return the table. The builder should not be used after this.

bool has_target ()
void clear_target ()

Clears the target field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_scheduler::wire::RoleTarget & target ()

Getter for target.

BuilderImpl & target (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_scheduler::wire::RoleTarget>> elem)

Setter for target.

bool has_role ()
void clear_role ()

Clears the role field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fuchsia_scheduler::wire::RoleName & role ()

Getter for role.

BuilderImpl & role (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_scheduler::wire::RoleName>> elem)

Setter for role.

bool has_input_parameters ()
void clear_input_parameters ()

Clears the input_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> & input_parameters ()

Getter for input_parameters.

BuilderImpl & input_parameters (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_scheduler::wire::Parameter>>> elem)

Setter for input_parameters.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_scheduler::wire::RoleManagerSetRoleRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_scheduler::wire::RoleManagerSetRoleRequest>> && frame)

Records