class LevelTuple

Defined at line 276 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/natural_types.h

Represents a dependency between two power levels of two different

`PowerElement`s.

Public Methods

void LevelTuple (Storage_ storage)
void LevelTuple ()

Defined at line 282 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/natural_types.h

void LevelTuple (LevelTuple && )

Defined at line 283 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/natural_types.h

void LevelTuple (const LevelTuple & other)
LevelTuple & operator= (LevelTuple && )

Defined at line 284 of file fidling/gen/sdk/fidl/fuchsia.hardware.power/fuchsia.hardware.power/cpp/fidl/fuchsia.hardware.power/cpp/natural_types.h

LevelTuple & operator= (const LevelTuple & other)
bool operator== (const LevelTuple & other)
bool operator!= (const LevelTuple & other)
bool IsEmpty ()
const std::optional<uint8_t> & child_level ()
::std::optional<uint8_t> & child_level ()
LevelTuple & child_level (std::optional<uint8_t> value)

Setter for child_level.

const std::optional<uint8_t> & parent_level ()
::std::optional<uint8_t> & parent_level ()
LevelTuple & parent_level (std::optional<uint8_t> value)

Setter for parent_level.

void LevelTuple (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits