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