class NodePropertyKey
Defined at line 942 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
Public Methods
void NodePropertyKey (NodePropertyKey && other)
NodePropertyKey & operator= (NodePropertyKey && other)
void NodePropertyKey (const NodePropertyKey & other)
NodePropertyKey & operator= (const NodePropertyKey & other)
bool operator== (const NodePropertyKey & other)
bool operator!= (const NodePropertyKey & other)
::fuchsia_driver_framework::NodePropertyKey::Tag Which ()
NodePropertyKey WithIntValue (uint32_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> int_value ()
::fidl::internal::UnionMemberView<1, Storage_> int_value ()
NodePropertyKey & int_value (uint32_t value)
Integer-based keys are no longer supported. Use |string_value| instead.
NodePropertyKey WithStringValue (::std::string val)
const ::fidl::internal::UnionMemberView<2, Storage_> string_value ()
::fidl::internal::UnionMemberView<2, Storage_> string_value ()
NodePropertyKey & string_value (::std::string value)
Sets the union to hold the string_value member.
void NodePropertyKey (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kIntValue | 1 |
| kStringValue | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 952 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits