class TicTacToeMakeMoveResponse
Defined at line 843 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
Public Methods
void TicTacToeMakeMoveResponse (Storage_ storage)
void TicTacToeMakeMoveResponse (bool success, ::fidl::Box< ::fuchsia_examples::GameState> new_state)
void TicTacToeMakeMoveResponse ()
Default constructs a |TicTacToeMakeMoveResponse| only if all of its members are default constructible.
Defined at line 854 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
void TicTacToeMakeMoveResponse (TicTacToeMakeMoveResponse && )
Defined at line 857 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
void TicTacToeMakeMoveResponse (const TicTacToeMakeMoveResponse & other)
TicTacToeMakeMoveResponse & operator= (TicTacToeMakeMoveResponse && )
Defined at line 858 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
TicTacToeMakeMoveResponse & operator= (const TicTacToeMakeMoveResponse & other)
bool operator== (const TicTacToeMakeMoveResponse & other)
bool operator!= (const TicTacToeMakeMoveResponse & other)
bool success ()
bool & success ()
TicTacToeMakeMoveResponse & success (bool value)
Setter for success.
const ::fidl::Box< ::fuchsia_examples::GameState> & new_state ()
::fidl::Box< ::fuchsia_examples::GameState> & new_state ()
TicTacToeMakeMoveResponse & new_state (::fidl::Box< ::fuchsia_examples::GameState> value)
Setter for new_state.
void TicTacToeMakeMoveResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits