class DictionaryRouter_Route_Response
Defined at line 6385 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_toffset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,DictionaryRouter_Route_Response *value,size_toffset)
zx_status_t Clone (DictionaryRouter_Route_Response * result)
bool has_invalid_tag ()
Defined at line 6412 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 6416 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 6418 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 6423 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 6429 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 6431 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 6436 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 6442 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 6450 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
Enumerations
enum Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kDictionary | 1 |
0x1 |
| kUnavailable | 2 |
0x2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 6398 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
Friends
class Equality