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