class NodeSymbol
Defined at line 1813 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
Definition of a symbol provided by a driver for a node. A symbol is local to
a driver host.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
NodeSymbol & set_name (::std::string _value)
NodeSymbol & set_address (uint64_t _value)
NodeSymbol & set_module_name (::std::string _value)
void NodeSymbol ()
void NodeSymbol (NodeSymbol && other)
void ~NodeSymbol ()
NodeSymbol & operator= (NodeSymbol && other)
::std::unique_ptr<NodeSymbol> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, NodeSymbol * _value, size_t _offset)
zx_status_t Clone (NodeSymbol * _result)
const ::std::string & name ()
Name of the symbol.
Defined at line 1820 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_name ()
Defined at line 1824 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::std::string * mutable_name ()
Name of the symbol.
Defined at line 1829 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_name ()
Defined at line 1837 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const uint64_t & address ()
Virtual address of the symbol, within a driver host's process.
Defined at line 1846 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_address ()
Defined at line 1850 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
uint64_t * mutable_address ()
Virtual address of the symbol, within a driver host's process.
Defined at line 1855 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_address ()
Defined at line 1863 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::std::string & module_name ()
Module name that provided the symbol.
Will not be provided when the symbol originates from the primary parent.
Defined at line 1873 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_module_name ()
Defined at line 1877 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::std::string * mutable_module_name ()
Module name that provided the symbol.
Will not be provided when the symbol originates from the primary parent.
Defined at line 1883 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_module_name ()
Defined at line 1891 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h