class EngineCheckConfigurationResult

Defined at line 1164 of file fidling/gen/sdk/fidl/fuchsia.hardware.display.engine/fuchsia.hardware.display.engine/cpp/fidl/fuchsia.hardware.display.engine/cpp/natural_types.h

Public Methods

void EngineCheckConfigurationResult (EngineCheckConfigurationResult && other)
EngineCheckConfigurationResult & operator= (EngineCheckConfigurationResult && other)
void EngineCheckConfigurationResult (const EngineCheckConfigurationResult & other)
EngineCheckConfigurationResult & operator= (const EngineCheckConfigurationResult & other)
bool operator== (const EngineCheckConfigurationResult & other)
bool operator!= (const EngineCheckConfigurationResult & other)
::fuchsia_hardware_display_engine::EngineCheckConfigurationResult::Tag Which ()
EngineCheckConfigurationResult WithResponse (::fuchsia_hardware_display_engine::EngineCheckConfigurationResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
EngineCheckConfigurationResult & response (::fuchsia_hardware_display_engine::EngineCheckConfigurationResponse value)

Sets the union to hold the response member.

EngineCheckConfigurationResult WithErr (::fuchsia_hardware_display_types::ConfigResult val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
EngineCheckConfigurationResult & err (::fuchsia_hardware_display_types::ConfigResult value)

Sets the union to hold the err member.

EngineCheckConfigurationResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
EngineCheckConfigurationResult & framework_err (::fidl::internal::FrameworkErr value)

Sets the union to hold the framework_err member.

void EngineCheckConfigurationResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
kFrameworkErr 3

TODO: share union tag types between wire

&

natural.

Defined at line 1175 of file fidling/gen/sdk/fidl/fuchsia.hardware.display.engine/fuchsia.hardware.display.engine/cpp/fidl/fuchsia.hardware.display.engine/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits