class BlockGetNameResponse
Defined at line 2115 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
Public Methods
void BlockGetNameResponse (Storage_ storage)
void BlockGetNameResponse (int32_t status, ::std::optional< ::std::string> name)
void BlockGetNameResponse ()
Default constructs a |BlockGetNameResponse| only if all of its members are default constructible.
Defined at line 2125 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
void BlockGetNameResponse (BlockGetNameResponse && )
Defined at line 2128 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
void BlockGetNameResponse (const BlockGetNameResponse & other)
BlockGetNameResponse & operator= (BlockGetNameResponse && )
Defined at line 2129 of file fidling/gen/sdk/fidl/fuchsia.storage.block/fuchsia.storage.block/cpp/fidl/fuchsia.storage.block/cpp/natural_types.h
BlockGetNameResponse & operator= (const BlockGetNameResponse & other)
bool operator== (const BlockGetNameResponse & other)
bool operator!= (const BlockGetNameResponse & other)
int32_t status ()
int32_t & status ()
BlockGetNameResponse & status (int32_t value)
Setter for status.
const ::std::optional< ::std::string> & name ()
::std::optional< ::std::string> & name ()
BlockGetNameResponse & name (::std::optional< ::std::string> value)
Setter for name.
void BlockGetNameResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits