class Realm_AddRouteFromDictionary_Result

Defined at line 5772 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_AddRouteFromDictionary_Result ()
void Realm_AddRouteFromDictionary_Result (Realm_AddRouteFromDictionary_Result && )
bool is_response ()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void ~Realm_AddRouteFromDictionary_Result ()
Realm_AddRouteFromDictionary_Result & set_response (::fuchsia::component::test::Realm_AddRouteFromDictionary_Response value)
Realm_AddRouteFromDictionary_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 5785 of file fidling/gen/sdk/fidl/fuchsia.component.test/fuchsia.component.test/hlcpp/fuchsia/component/test/cpp/fidl.h

Friends

class Equality