class DevicePingResponse

Defined at line 26 of file fidling/gen/src/devices/tests/ctf/basic_driver/fuchsia.basicdriver.ctftest/cpp/fidl/fuchsia.basicdriver.ctftest/cpp/natural_types.h

Public Methods

void DevicePingResponse (Storage_ storage)
void DevicePingResponse (uint32_t pong)
void DevicePingResponse ()

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

Defined at line 37 of file fidling/gen/src/devices/tests/ctf/basic_driver/fuchsia.basicdriver.ctftest/cpp/fidl/fuchsia.basicdriver.ctftest/cpp/natural_types.h

void DevicePingResponse (DevicePingResponse && )

Defined at line 40 of file fidling/gen/src/devices/tests/ctf/basic_driver/fuchsia.basicdriver.ctftest/cpp/fidl/fuchsia.basicdriver.ctftest/cpp/natural_types.h

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

Defined at line 41 of file fidling/gen/src/devices/tests/ctf/basic_driver/fuchsia.basicdriver.ctftest/cpp/fidl/fuchsia.basicdriver.ctftest/cpp/natural_types.h

DevicePingResponse & operator= (const DevicePingResponse & other)
bool operator== (const DevicePingResponse & other)
bool operator!= (const DevicePingResponse & other)
uint32_t pong ()
uint32_t & pong ()
DevicePingResponse & pong (uint32_t value)

Setter for pong.

void DevicePingResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits