template <typename BuilderImpl>

class WireTableBaseBuilder

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

Public Methods

::fuchsia_posix_socket::wire::DatagramSocketSendControlData Build ()

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

bool has_network ()
void clear_network ()

Clears the network field.

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

O(number_of_fields) complexity.

::fuchsia_posix_socket::wire::NetworkSocketSendControlData & network ()

Network socket ancillary data.

BuilderImpl & network (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_posix_socket::wire::NetworkSocketSendControlData>> elem)

Network socket ancillary data.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_posix_socket::wire::DatagramSocketSendControlData, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket::wire::DatagramSocketSendControlData>> && frame)

Records