class Guid

Defined at line 637 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

A Globally Unique IDentifier, which may be utilized to identify

a partition.

Public Methods

void Guid (Storage_ storage)
void Guid (::std::array<uint8_t, 16> value)
void Guid ()

Default constructs a |Guid| only if all of its members are default constructible.

Defined at line 647 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

void Guid (Guid && )

Defined at line 650 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

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

Defined at line 651 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h

Guid & operator= (const Guid & other)
bool operator== (const Guid & other)
bool operator!= (const Guid & other)
const ::std::array<uint8_t, 16> & value ()
::std::array<uint8_t, 16> & value ()
Guid & value (::std::array<uint8_t, 16> value)

Setter for value.

void Guid (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits