class EchoEchoStringRequest
Defined at line 30 of file fidling/gen/examples/components/routing/fidl/echo/cpp/fidl/fidl.examples.routing.echo/cpp/natural_types.h
Public Methods
void EchoEchoStringRequest (Storage_ storage)
void EchoEchoStringRequest (::std::optional< ::std::string> value)
void EchoEchoStringRequest ()
Default constructs a |EchoEchoStringRequest| only if all of its members are default constructible.
Defined at line 41 of file fidling/gen/examples/components/routing/fidl/echo/cpp/fidl/fidl.examples.routing.echo/cpp/natural_types.h
void EchoEchoStringRequest (EchoEchoStringRequest && )
Defined at line 44 of file fidling/gen/examples/components/routing/fidl/echo/cpp/fidl/fidl.examples.routing.echo/cpp/natural_types.h
void EchoEchoStringRequest (const EchoEchoStringRequest & other)
EchoEchoStringRequest & operator= (EchoEchoStringRequest && )
Defined at line 45 of file fidling/gen/examples/components/routing/fidl/echo/cpp/fidl/fidl.examples.routing.echo/cpp/natural_types.h
EchoEchoStringRequest & operator= (const EchoEchoStringRequest & other)
bool operator== (const EchoEchoStringRequest & other)
bool operator!= (const EchoEchoStringRequest & other)
const ::std::optional< ::std::string> & value ()
::std::optional< ::std::string> & value ()
EchoEchoStringRequest & value (::std::optional< ::std::string> value)
Setter for value.
void EchoEchoStringRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits