template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 5411 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::InterfaceAddresses Build ()
Build and return the table. The builder should not be used after this.
bool has_id ()
void clear_id ()
Clears the id field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & id ()
ID of the interface.
BuilderImpl & id (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
ID of the interface.
bool has_name ()
void clear_name ()
Clears the name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & name ()
Name of the interface.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Name of the interface.
bool has_addresses ()
void clear_addresses ()
Clears the addresses field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_net::wire::Subnet> & addresses ()
All addresses currently assigned to the interface.
BuilderImpl & addresses (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_net::wire::Subnet>>> elem)
All addresses currently assigned to the interface.
bool has_interface_flags ()
void clear_interface_flags ()
Clears the interface_flags field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fuchsia_posix_socket::wire::InterfaceFlags & interface_flags ()
Contains the interface flags, as returned by the SIOCGIFFLAGS ioctl
operation.
BuilderImpl & interface_flags (::fuchsia_posix_socket::wire::InterfaceFlags elem)
Contains the interface flags, as returned by the SIOCGIFFLAGS ioctl
operation.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_posix_socket::wire::InterfaceAddresses, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket::wire::InterfaceAddresses>> && frame)