class FooEvent

Defined at line 1292 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h

Public Methods

void FooEvent (Storage_ storage)
void FooEvent (int32_t bar)
void FooEvent ()

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

Defined at line 1302 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h

void FooEvent (FooEvent && )

Defined at line 1305 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h

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

Defined at line 1306 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h

FooEvent & operator= (const FooEvent & other)
bool operator== (const FooEvent & other)
bool operator!= (const FooEvent & other)
int32_t bar ()
int32_t & bar ()
FooEvent & bar (int32_t value)

Setter for bar.

void FooEvent (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits