class RealmBuilderFactory_CreateFromRelativeUrl_Result

Defined at line 626 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 RealmBuilderFactory_CreateFromRelativeUrl_Result ()
void RealmBuilderFactory_CreateFromRelativeUrl_Result (RealmBuilderFactory_CreateFromRelativeUrl_Result && )
bool is_response ()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void ~RealmBuilderFactory_CreateFromRelativeUrl_Result ()
RealmBuilderFactory_CreateFromRelativeUrl_Result & set_response (::fuchsia::component::test::RealmBuilderFactory_CreateFromRelativeUrl_Response value)
RealmBuilderFactory_CreateFromRelativeUrl_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 639 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

Friends

class Equality