template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 185 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_types.h
Public Methods
::fuchsia_netemul_sync::wire::Event Build ()
Build and return the table. The builder should not be used after this.
bool has_code ()
void clear_code ()
Clears the code field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
int32_t & code ()
User-defined event code.
BuilderImpl & code (int32_t elem)
User-defined event code.
bool has_message ()
void clear_message ()
Clears the message field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & message ()
string:MAX message.
BuilderImpl & message (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
string:MAX message.
bool has_arguments ()
void clear_arguments ()
Clears the arguments field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView<uint8_t> & arguments ()
serialized arguments.
BuilderImpl & arguments (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView<uint8_t>>> elem)
serialized arguments.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_netemul_sync::wire::Event, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_netemul_sync::wire::Event>> && frame)