class DictionaryRouter_Route_Response

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

Public Members

static const fidl_type_t * FidlType

Public Methods

void DictionaryRouter_Route_Response ()
void ~DictionaryRouter_Route_Response ()
void DictionaryRouter_Route_Response (DictionaryRouter_Route_Response && )
DictionaryRouter_Route_Response & operator= (DictionaryRouter_Route_Response && )
DictionaryRouter_Route_Response WithDictionary (::fuchsia::component::sandbox::DictionaryRef && )
DictionaryRouter_Route_Response WithUnavailable (::fuchsia::component::sandbox::Unit && )
::std::unique_ptr<DictionaryRouter_Route_Response> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DictionaryRouter_Route_Response * value, size_t offset)
zx_status_t Clone (DictionaryRouter_Route_Response * result)
bool has_invalid_tag ()

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

bool is_dictionary ()

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

::fuchsia::component::sandbox::DictionaryRef & dictionary ()

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

const ::fuchsia::component::sandbox::DictionaryRef & dictionary ()

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

bool is_unavailable ()

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

DictionaryRouter_Route_Response & set_dictionary (::fuchsia::component::sandbox::DictionaryRef value)
DictionaryRouter_Route_Response & set_unavailable (::fuchsia::component::sandbox::Unit value)
::fuchsia::component::sandbox::Unit & unavailable ()

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

const ::fuchsia::component::sandbox::Unit & unavailable ()

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

::fuchsia::component::sandbox::DictionaryRouter_Route_Response::Tag Which ()

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

Enumerations

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

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

Friends

class Equality