class RealmFactory_CreateRealm_Result

Defined at line 372 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void RealmFactory_CreateRealm_Result ()
void RealmFactory_CreateRealm_Result (RealmFactory_CreateRealm_Result && )
::std::unique_ptr<RealmFactory_CreateRealm_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, RealmFactory_CreateRealm_Result * value, size_t offset)
zx_status_t Clone (RealmFactory_CreateRealm_Result * result)
bool has_invalid_tag ()

Defined at line 401 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

bool is_response ()

Defined at line 405 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

::fuchsia::ui::test::context::RealmFactory_CreateRealm_Response & response ()

Defined at line 407 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

const ::fuchsia::ui::test::context::RealmFactory_CreateRealm_Response & response ()

Defined at line 412 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

bool is_err ()

Defined at line 418 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

::fuchsia::testing::harness::OperationError & err ()

Defined at line 420 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

const ::fuchsia::testing::harness::OperationError & err ()

Defined at line 425 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

bool is_framework_err ()

Defined at line 431 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 433 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 438 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

::fuchsia::ui::test::context::RealmFactory_CreateRealm_Result::Tag Which ()

Defined at line 444 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/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 450 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

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

Defined at line 455 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

void RealmFactory_CreateRealm_Result (fpromise::error_result< ::fuchsia::testing::harness::OperationError> && result)

Defined at line 458 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

void RealmFactory_CreateRealm_Result (fpromise::result<void, ::fuchsia::testing::harness::OperationError> && result)

Defined at line 461 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

RealmFactory_CreateRealm_Result WithResponse (::fuchsia::ui::test::context::RealmFactory_CreateRealm_Response && )
RealmFactory_CreateRealm_Result WithErr (::fuchsia::testing::harness::OperationError && )
RealmFactory_CreateRealm_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant< ::fuchsia::testing::harness::OperationError, ::fidl::FrameworkErr>> operator result ()

Defined at line 469 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

void ~RealmFactory_CreateRealm_Result ()
RealmFactory_CreateRealm_Result & operator= (RealmFactory_CreateRealm_Result && )
RealmFactory_CreateRealm_Result & set_response (::fuchsia::ui::test::context::RealmFactory_CreateRealm_Response value)
RealmFactory_CreateRealm_Result & set_err (::fuchsia::testing::harness::OperationError value)
RealmFactory_CreateRealm_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 386 of file fidling/gen/sdk/fidl/fuchsia.ui.test.context/fuchsia.ui.test.context/hlcpp/fuchsia/ui/test/context/cpp/fidl.h

Friends

class Equality