template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 555 of file fidling/gen/sdk/fidl/fuchsia.posix.socket.packet/fuchsia.posix.socket.packet/cpp/fidl/fuchsia.posix.socket.packet/cpp/wire_types.h

Public Methods

::fuchsia_posix_socket_packet::wire::SendControlData Build ()

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

bool has_socket ()
void clear_socket ()

Clears the socket field.

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

O(number_of_fields) complexity.

::fuchsia_posix_socket::wire::SocketSendControlData & socket ()

Socket level ancillary data.

BuilderImpl & socket (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_posix_socket::wire::SocketSendControlData>> elem)

Socket level ancillary data.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_posix_socket_packet::wire::SendControlData, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket_packet::wire::SendControlData>> && frame)

Records