class Realm_ReplaceRealmDecl_Result

Defined at line 5273 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_ReplaceRealmDecl_Result ()
void Realm_ReplaceRealmDecl_Result (Realm_ReplaceRealmDecl_Result && )
bool is_response ()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void ~Realm_ReplaceRealmDecl_Result ()
Realm_ReplaceRealmDecl_Result & set_response (::fuchsia::component::test::Realm_ReplaceRealmDecl_Response value)
Realm_ReplaceRealmDecl_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 5286 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

Friends

class Equality