class NodePropertyKey

Defined at line 2344 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 ()
bool has_invalid_tag ()

Defined at line 2371 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 2375 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 2378 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 2384 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 2390 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

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)
NodePropertyKey & set_int_value (uint32_t value)
::std::string & string_value ()

Defined at line 2392 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 2397 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 2403 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 2411 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

NodePropertyKey & set_string_value (::std::string value)

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kIntValue 1

0x1

kStringValue 2

0x2

Invalid ::std::numeric_limits<::fidl_union_tag_t>::max() --

Defined at line 2357 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

Friends

class Equality