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