template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3397 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::DatagramSocketRecvControlData 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::NetworkSocketRecvControlData & network ()

Network socket ancillary data.

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

Network socket ancillary data.

Protected Methods

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

Records