class PipeDoCallResponse

Defined at line 2724 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h

Public Methods

void PipeDoCallResponse (Storage_ storage)
void PipeDoCallResponse (int32_t res, uint64_t actual)
void PipeDoCallResponse ()

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

Defined at line 2734 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h

void PipeDoCallResponse (PipeDoCallResponse && )

Defined at line 2737 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h

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

Defined at line 2738 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish/fuchsia.hardware.goldfish/cpp/fidl/fuchsia.hardware.goldfish/cpp/natural_types.h

PipeDoCallResponse & operator= (const PipeDoCallResponse & other)
bool operator== (const PipeDoCallResponse & other)
bool operator!= (const PipeDoCallResponse & other)
int32_t res ()
int32_t & res ()
PipeDoCallResponse & res (int32_t value)

Setter for res.

uint64_t actual ()
uint64_t & actual ()
PipeDoCallResponse & actual (uint64_t value)

Setter for actual.

void PipeDoCallResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits