class NodePropertyKey

Defined at line 1962 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 1989 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 1993 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 1996 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 2002 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 2008 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 2010 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 2015 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 2021 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 2029 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 1975 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

Friends

class Equality