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