class TicTacToeOnOpponentMoveRequest
Defined at line 907 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
Public Methods
void TicTacToeOnOpponentMoveRequest (Storage_ storage)
void TicTacToeOnOpponentMoveRequest (::fuchsia_examples::GameState new_state)
void TicTacToeOnOpponentMoveRequest ()
Default constructs a |TicTacToeOnOpponentMoveRequest| only if all of its members are default constructible.
Defined at line 918 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
void TicTacToeOnOpponentMoveRequest (TicTacToeOnOpponentMoveRequest && )
Defined at line 921 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
void TicTacToeOnOpponentMoveRequest (const TicTacToeOnOpponentMoveRequest & other)
TicTacToeOnOpponentMoveRequest & operator= (TicTacToeOnOpponentMoveRequest && )
Defined at line 922 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
TicTacToeOnOpponentMoveRequest & operator= (const TicTacToeOnOpponentMoveRequest & other)
bool operator== (const TicTacToeOnOpponentMoveRequest & other)
bool operator!= (const TicTacToeOnOpponentMoveRequest & other)
const ::fuchsia_examples::GameState & new_state ()
::fuchsia_examples::GameState & new_state ()
TicTacToeOnOpponentMoveRequest & new_state (::fuchsia_examples::GameState value)
Setter for new_state.
void TicTacToeOnOpponentMoveRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits