template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 1673 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h
Public Methods
::fuchsia_driver_framework::wire::NodeSymbol Build ()
Build and return the table. The builder should not be used after this.
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 symbol.
BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Name of the symbol.
bool has_address ()
void clear_address ()
Clears the address field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
uint64_t & address ()
Virtual address of the symbol, within a driver host's process.
BuilderImpl & address (Wrapper_Ignore_Me_< ::fidl::ObjectView<uint64_t>> elem)
Virtual address of the symbol, within a driver host's process.
bool has_module_name ()
void clear_module_name ()
Clears the module_name field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & module_name ()
Module name that provided the symbol.
Will not be provided when the symbol originates from the primary parent.
BuilderImpl & module_name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
Module name that provided the symbol.
Will not be provided when the symbol originates from the primary parent.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_driver_framework::wire::NodeSymbol, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::NodeSymbol>> && frame)