class RealmAddEnvironmentResult
Defined at line 5930 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
Public Methods
void RealmAddEnvironmentResult (RealmAddEnvironmentResult && other)
RealmAddEnvironmentResult & operator= (RealmAddEnvironmentResult && other)
void RealmAddEnvironmentResult (const RealmAddEnvironmentResult & other)
RealmAddEnvironmentResult & operator= (const RealmAddEnvironmentResult & other)
bool operator== (const RealmAddEnvironmentResult & other)
bool operator!= (const RealmAddEnvironmentResult & other)
::fuchsia_component_test::RealmAddEnvironmentResult::Tag Which ()
RealmAddEnvironmentResult WithResponse (::fuchsia_component_test::RealmAddEnvironmentResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
RealmAddEnvironmentResult & response (::fuchsia_component_test::RealmAddEnvironmentResponse value)
Sets the union to hold the response member.
RealmAddEnvironmentResult WithErr (::fuchsia_component_test::RealmBuilderError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
RealmAddEnvironmentResult & err (::fuchsia_component_test::RealmBuilderError value)
Sets the union to hold the err member.
void RealmAddEnvironmentResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 5940 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/cpp/fidl/fuchsia.component.test/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits