class TicTacToeStartGameRequest

Defined at line 733 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h

Public Methods

void TicTacToeStartGameRequest (Storage_ storage)
void TicTacToeStartGameRequest (bool start_first)
void TicTacToeStartGameRequest ()

Default constructs a |TicTacToeStartGameRequest| only if all of its members are default constructible.

Defined at line 744 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h

void TicTacToeStartGameRequest (TicTacToeStartGameRequest && )

Defined at line 747 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h

void TicTacToeStartGameRequest (const TicTacToeStartGameRequest & other)
TicTacToeStartGameRequest & operator= (TicTacToeStartGameRequest && )

Defined at line 748 of file fidling/gen/examples/fidl/fuchsia.examples/fuchsia.examples/cpp/fidl/fuchsia.examples/cpp/natural_types.h

TicTacToeStartGameRequest & operator= (const TicTacToeStartGameRequest & other)
bool operator== (const TicTacToeStartGameRequest & other)
bool operator!= (const TicTacToeStartGameRequest & other)
bool start_first ()
bool & start_first ()
TicTacToeStartGameRequest & start_first (bool value)

Setter for start_first.

void TicTacToeStartGameRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits