class CupGetInfoResponse
Defined at line 2132 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
Public Methods
void CupGetInfoResponse (Storage_ storage)
void CupGetInfoResponse (::std::string version, ::std::string channel)
void CupGetInfoResponse ()
Default constructs a |CupGetInfoResponse| only if all of its members are default constructible.
Defined at line 2142 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
void CupGetInfoResponse (CupGetInfoResponse && )
Defined at line 2145 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
void CupGetInfoResponse (const CupGetInfoResponse & other)
CupGetInfoResponse & operator= (CupGetInfoResponse && )
Defined at line 2146 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h
CupGetInfoResponse & operator= (const CupGetInfoResponse & other)
bool operator== (const CupGetInfoResponse & other)
bool operator!= (const CupGetInfoResponse & other)
const ::std::string & version ()
::std::string & version ()
CupGetInfoResponse & version (::std::string value)
Setter for version.
const ::std::string & channel ()
::std::string & channel ()
CupGetInfoResponse & channel (::std::string value)
Setter for channel.
void CupGetInfoResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits