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