class NodePropertyKey
Defined at line 1963 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void NodePropertyKey ()
void ~NodePropertyKey ()
void NodePropertyKey (NodePropertyKey && )
NodePropertyKey & operator= (NodePropertyKey && )
NodePropertyKey WithIntValue (uint32_t && )
NodePropertyKey WithStringValue (::std::string && )
::std::unique_ptr<NodePropertyKey> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, NodePropertyKey * value, size_t offset)
zx_status_t Clone (NodePropertyKey * result)
bool has_invalid_tag ()
Defined at line 1990 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool is_int_value ()
Defined at line 1994 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
uint32_t & int_value ()
Integer-based keys are no longer supported. Use |string_value| instead.
Defined at line 1997 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const uint32_t & int_value ()
Integer-based keys are no longer supported. Use |string_value| instead.
Defined at line 2003 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool is_string_value ()
Defined at line 2009 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
NodePropertyKey & set_int_value (uint32_t value)
NodePropertyKey & set_string_value (::std::string value)
::std::string & string_value ()
Defined at line 2011 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::std::string & string_value ()
Defined at line 2016 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::fuchsia::driver::framework::NodePropertyKey::Tag Which ()
Defined at line 2022 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 2030 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
Enumerations
enum Tag
| Name | Value |
|---|---|
| kIntValue | 1 |
| kStringValue | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 1976 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
Friends
class Equality