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