class Metadata
Defined at line 95 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/natural_types.h
Public Members
static const char[] kSerializableName
Public Methods
void Metadata (Storage_ storage)
void Metadata ()
Defined at line 102 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/natural_types.h
void Metadata (Metadata && )
Defined at line 103 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/natural_types.h
void Metadata (const Metadata & other)
Metadata & operator= (Metadata && )
Defined at line 104 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/cpp/natural_types.h
Metadata & operator= (const Metadata & other)
bool operator== (const Metadata & other)
bool operator!= (const Metadata & other)
bool IsEmpty ()
const std::optional<uint32_t> & controller_id ()
Reset toggles are keyed by two properties: controller_id and reset_id.
This controller_id is provided to the reset driver by its parent and should
be used when creating child devices.
::std::optional<uint32_t> & controller_id ()
Reset toggles are keyed by two properties: controller_id and reset_id.
This controller_id is provided to the reset driver by its parent and should
be used when creating child devices.
Metadata & controller_id (std::optional<uint32_t> value)
Reset toggles are keyed by two properties: controller_id and reset_id.
This controller_id is provided to the reset driver by its parent and should
be used when creating child devices.
const std::optional< ::std::vector< ::fuchsia_hardware_reset::ResetDescriptor>> & resets ()
List of resets that this controller manages.
This is used to pass the list of valid reset IDs to the driver.
::std::optional< ::std::vector< ::fuchsia_hardware_reset::ResetDescriptor>> & resets ()
List of resets that this controller manages.
This is used to pass the list of valid reset IDs to the driver.
Metadata & resets (std::optional< ::std::vector< ::fuchsia_hardware_reset::ResetDescriptor>> value)
List of resets that this controller manages.
This is used to pass the list of valid reset IDs to the driver.
void Metadata (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits