template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 385 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::RecvControlData 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::SocketRecvControlData & socket ()
Socket level ancillary data.
BuilderImpl & socket (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_posix_socket::wire::SocketRecvControlData>> elem)
Socket level ancillary data.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_posix_socket_packet::wire::RecvControlData, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket_packet::wire::RecvControlData>> && frame)