class Realm_ReplaceComponentDecl_Result

Defined at line 4971 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void Realm_ReplaceComponentDecl_Result ()
void Realm_ReplaceComponentDecl_Result (Realm_ReplaceComponentDecl_Result && )
bool is_response ()

Defined at line 5002 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

Realm_ReplaceComponentDecl_Result & operator= (Realm_ReplaceComponentDecl_Result && )
Realm_ReplaceComponentDecl_Result WithResponse (::fuchsia::component::test::Realm_ReplaceComponentDecl_Response && )
Realm_ReplaceComponentDecl_Result WithErr (::fuchsia::component::test::RealmBuilderError && )
::std::unique_ptr<Realm_ReplaceComponentDecl_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Realm_ReplaceComponentDecl_Result * value, size_t offset)
zx_status_t Clone (Realm_ReplaceComponentDecl_Result * result)
bool has_invalid_tag ()

Defined at line 4998 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

::fuchsia::component::test::Realm_ReplaceComponentDecl_Response & response ()

Defined at line 5004 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

const ::fuchsia::component::test::Realm_ReplaceComponentDecl_Response & response ()

Defined at line 5009 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

bool is_err ()

Defined at line 5015 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

::fuchsia::component::test::RealmBuilderError & err ()

Defined at line 5017 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

const ::fuchsia::component::test::RealmBuilderError & err ()

Defined at line 5022 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

::fuchsia::component::test::Realm_ReplaceComponentDecl_Result::Tag Which ()

Defined at line 5028 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/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 5036 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

void Realm_ReplaceComponentDecl_Result (fpromise::ok_result<void> && result)

Defined at line 5041 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

void Realm_ReplaceComponentDecl_Result (fpromise::error_result< ::fuchsia::component::test::RealmBuilderError> && result)

Defined at line 5044 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

void Realm_ReplaceComponentDecl_Result (fpromise::result<void, ::fuchsia::component::test::RealmBuilderError> && result)

Defined at line 5047 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

fpromise::result<void, ::fuchsia::component::test::RealmBuilderError> operator result ()

Defined at line 5055 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

void ~Realm_ReplaceComponentDecl_Result ()
Realm_ReplaceComponentDecl_Result & set_response (::fuchsia::component::test::Realm_ReplaceComponentDecl_Response value)
Realm_ReplaceComponentDecl_Result & set_err (::fuchsia::component::test::RealmBuilderError value)

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 4984 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

Friends

class Equality