class Identifier
Defined at line 105 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
Identifier is used to identify or distinguish specific elements.
Public Methods
void Identifier (Storage_ storage)
void Identifier ()
Defined at line 111 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
void Identifier (Identifier && )
Defined at line 112 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
void Identifier (const Identifier & other)
Identifier & operator= (Identifier && )
Defined at line 113 of file fidling/gen/sdk/fidl/fuchsia.hardware.ufs/fuchsia.hardware.ufs/cpp/fidl/fuchsia.hardware.ufs/cpp/natural_types.h
Identifier & operator= (const Identifier & other)
bool operator== (const Identifier & other)
bool operator!= (const Identifier & other)
bool IsEmpty ()
const std::optional<uint8_t> & index ()
The Index value is used to identify a specific element in Descriptor, Flag, Attribute, etc.,
and is set within the range of 0 to 255 to select or distinguish a particular item from
multiple elements.
::std::optional<uint8_t> & index ()
The Index value is used to identify a specific element in Descriptor, Flag, Attribute, etc.,
and is set within the range of 0 to 255 to select or distinguish a particular item from
multiple elements.
Identifier & index (std::optional<uint8_t> value)
The Index value is used to identify a specific element in Descriptor, Flag, Attribute, etc.,
and is set within the range of 0 to 255 to select or distinguish a particular item from
multiple elements.
const std::optional<uint8_t> & selector ()
The selector may be used to further identify a specific element of an attribute,
descriptor, or flag.
::std::optional<uint8_t> & selector ()
The selector may be used to further identify a specific element of an attribute,
descriptor, or flag.
Identifier & selector (std::optional<uint8_t> value)
The selector may be used to further identify a specific element of an attribute,
descriptor, or flag.
void Identifier (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits