class CapabilityStoreDictionaryKeysResult
Defined at line 4058 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/natural_types.h
Public Methods
void CapabilityStoreDictionaryKeysResult (CapabilityStoreDictionaryKeysResult && other)
CapabilityStoreDictionaryKeysResult & operator= (CapabilityStoreDictionaryKeysResult && other)
void CapabilityStoreDictionaryKeysResult (const CapabilityStoreDictionaryKeysResult & other)
CapabilityStoreDictionaryKeysResult & operator= (const CapabilityStoreDictionaryKeysResult & other)
bool operator== (const CapabilityStoreDictionaryKeysResult & other)
bool operator!= (const CapabilityStoreDictionaryKeysResult & other)
::fuchsia_component_sandbox::CapabilityStoreDictionaryKeysResult::Tag Which ()
CapabilityStoreDictionaryKeysResult WithResponse (::fuchsia_component_sandbox::CapabilityStoreDictionaryKeysResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
CapabilityStoreDictionaryKeysResult & response (::fuchsia_component_sandbox::CapabilityStoreDictionaryKeysResponse value)
Sets the union to hold the response member.
CapabilityStoreDictionaryKeysResult WithErr (::fuchsia_component_sandbox::CapabilityStoreError val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
CapabilityStoreDictionaryKeysResult & err (::fuchsia_component_sandbox::CapabilityStoreError value)
Sets the union to hold the err member.
CapabilityStoreDictionaryKeysResult WithFrameworkErr (::fidl::internal::FrameworkErr val)
const ::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
::fidl::internal::UnionMemberView<3, Storage_> framework_err ()
CapabilityStoreDictionaryKeysResult & framework_err (::fidl::internal::FrameworkErr value)
Sets the union to hold the framework_err member.
void CapabilityStoreDictionaryKeysResult (::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 4069 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/cpp/fidl/fuchsia.component.sandbox/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits