class ControllerGetNextConfigResponse

Defined at line 212 of file fidling/gen/sdk/fidl/fuchsia.camera2.hal/fuchsia.camera2.hal/cpp/fidl/fuchsia.camera2.hal/cpp/natural_types.h

Public Methods

void ControllerGetNextConfigResponse (Storage_ storage)
void ControllerGetNextConfigResponse (::fidl::Box< ::fuchsia_camera2_hal::Config> config, int32_t status)
void ControllerGetNextConfigResponse ()

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

Defined at line 223 of file fidling/gen/sdk/fidl/fuchsia.camera2.hal/fuchsia.camera2.hal/cpp/fidl/fuchsia.camera2.hal/cpp/natural_types.h

void ControllerGetNextConfigResponse (ControllerGetNextConfigResponse && )

Defined at line 226 of file fidling/gen/sdk/fidl/fuchsia.camera2.hal/fuchsia.camera2.hal/cpp/fidl/fuchsia.camera2.hal/cpp/natural_types.h

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

Defined at line 227 of file fidling/gen/sdk/fidl/fuchsia.camera2.hal/fuchsia.camera2.hal/cpp/fidl/fuchsia.camera2.hal/cpp/natural_types.h

ControllerGetNextConfigResponse & operator= (const ControllerGetNextConfigResponse & other)
bool operator== (const ControllerGetNextConfigResponse & other)
bool operator!= (const ControllerGetNextConfigResponse & other)
const ::fidl::Box< ::fuchsia_camera2_hal::Config> & config ()
::fidl::Box< ::fuchsia_camera2_hal::Config> & config ()
ControllerGetNextConfigResponse & config (::fidl::Box< ::fuchsia_camera2_hal::Config> value)

Setter for config.

int32_t status ()
int32_t & status ()
ControllerGetNextConfigResponse & status (int32_t value)

Setter for status.

void ControllerGetNextConfigResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits