class TicTacToeMakeMoveRequest
Defined at line 782 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
Public Methods
void TicTacToeMakeMoveRequest (Storage_ storage)
void TicTacToeMakeMoveRequest (uint8_t row, uint8_t col)
void TicTacToeMakeMoveRequest ()
Default constructs a |TicTacToeMakeMoveRequest| only if all of its members are default constructible.
Defined at line 793 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
void TicTacToeMakeMoveRequest (TicTacToeMakeMoveRequest && )
Defined at line 796 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
void TicTacToeMakeMoveRequest (const TicTacToeMakeMoveRequest & other)
TicTacToeMakeMoveRequest & operator= (TicTacToeMakeMoveRequest && )
Defined at line 797 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h
TicTacToeMakeMoveRequest & operator= (const TicTacToeMakeMoveRequest & other)
bool operator== (const TicTacToeMakeMoveRequest & other)
bool operator!= (const TicTacToeMakeMoveRequest & other)
uint8_t row ()
uint8_t & row ()
TicTacToeMakeMoveRequest & row (uint8_t value)
Setter for row.
uint8_t col ()
uint8_t & col ()
TicTacToeMakeMoveRequest & col (uint8_t value)
Setter for col.
void TicTacToeMakeMoveRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits