class CapabilityStore_CreateServiceAggregate_Result
Defined at line 4728 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void CapabilityStore_CreateServiceAggregate_Result ()
void CapabilityStore_CreateServiceAggregate_Result (CapabilityStore_CreateServiceAggregate_Result && )
::std::unique_ptr<CapabilityStore_CreateServiceAggregate_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CapabilityStore_CreateServiceAggregate_Result * value, size_t offset)
zx_status_t Clone (CapabilityStore_CreateServiceAggregate_Result * result)
bool has_invalid_tag ()
Defined at line 4757 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
bool is_response ()
Defined at line 4761 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
::fuchsia::component::sandbox::CapabilityStore_CreateServiceAggregate_Response & response ()
Defined at line 4763 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
const ::fuchsia::component::sandbox::CapabilityStore_CreateServiceAggregate_Response & response ()
Defined at line 4768 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
bool is_err ()
Defined at line 4774 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
::fuchsia::component::sandbox::CapabilityStoreError & err ()
Defined at line 4776 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
const ::fuchsia::component::sandbox::CapabilityStoreError & err ()
Defined at line 4781 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
bool is_framework_err ()
Defined at line 4787 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
::fidl::FrameworkErr & framework_err ()
Defined at line 4789 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
const ::fidl::FrameworkErr & framework_err ()
Defined at line 4794 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
::fuchsia::component::sandbox::CapabilityStore_CreateServiceAggregate_Result::Tag Which ()
Defined at line 4800 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
fidl_xunion_tag_t Ordinal ()
You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need
access to the raw integral ordinal value.
Defined at line 4808 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
void CapabilityStore_CreateServiceAggregate_Result (fpromise::ok_result< ::fuchsia::component::sandbox::DirConnector> && result)
Defined at line 4813 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
void CapabilityStore_CreateServiceAggregate_Result (fpromise::error_result< ::fuchsia::component::sandbox::CapabilityStoreError> && result)
Defined at line 4816 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
void CapabilityStore_CreateServiceAggregate_Result (fpromise::result< ::fuchsia::component::sandbox::DirConnector, ::fuchsia::component::sandbox::CapabilityStoreError> && result)
Defined at line 4819 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
CapabilityStore_CreateServiceAggregate_Result WithResponse (::fuchsia::component::sandbox::CapabilityStore_CreateServiceAggregate_Response && )
CapabilityStore_CreateServiceAggregate_Result WithErr (::fuchsia::component::sandbox::CapabilityStoreError && )
CapabilityStore_CreateServiceAggregate_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result< ::fuchsia::component::sandbox::DirConnector, std::variant< ::fuchsia::component::sandbox::CapabilityStoreError, ::fidl::FrameworkErr>> operator result ()
Defined at line 4827 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
void ~CapabilityStore_CreateServiceAggregate_Result ()
CapabilityStore_CreateServiceAggregate_Result & operator= (CapabilityStore_CreateServiceAggregate_Result && )
CapabilityStore_CreateServiceAggregate_Result & set_response (::fuchsia::component::sandbox::CapabilityStore_CreateServiceAggregate_Response value)
CapabilityStore_CreateServiceAggregate_Result & set_err (::fuchsia::component::sandbox::CapabilityStoreError value)
CapabilityStore_CreateServiceAggregate_Result & set_framework_err (::fidl::FrameworkErr value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| kFrameworkErr | 3 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 4742 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
Friends
class Equality