template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1529 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::SocketRecvControlData Build ()
Build and return the table. The builder should not be used after this.
bool has_timestamp ()
void clear_timestamp ()
Clears the timestamp field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_posix_socket::wire::Timestamp & timestamp ()
Data about the time at which the packet was received.
BuilderImpl & timestamp (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_posix_socket::wire::Timestamp>> elem)
Data about the time at which the packet was received.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_posix_socket::wire::SocketRecvControlData, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket::wire::SocketRecvControlData>> && frame)