class RouteValidator_Validate_Result

Defined at line 6478 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void RouteValidator_Validate_Result ()
void RouteValidator_Validate_Result (RouteValidator_Validate_Result && )
bool is_response ()

Defined at line 6509 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

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

Defined at line 6505 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::fuchsia::sys2::RouteValidator_Validate_Response & response ()

Defined at line 6511 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::fuchsia::sys2::RouteValidator_Validate_Response & response ()

Defined at line 6516 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

bool is_err ()

Defined at line 6522 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::fuchsia::component::Error & err ()

Defined at line 6524 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

const ::fuchsia::component::Error & err ()

Defined at line 6529 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

::fuchsia::sys2::RouteValidator_Validate_Result::Tag Which ()

Defined at line 6535 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/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 6543 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void RouteValidator_Validate_Result (fpromise::ok_result< ::std::vector< ::fuchsia::sys2::RouteReport>> && result)

Defined at line 6548 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void RouteValidator_Validate_Result (fpromise::error_result< ::fuchsia::component::Error> && result)

Defined at line 6551 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void RouteValidator_Validate_Result (fpromise::result< ::std::vector< ::fuchsia::sys2::RouteReport>, ::fuchsia::component::Error> && result)

Defined at line 6554 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

fpromise::result< ::std::vector< ::fuchsia::sys2::RouteReport>, ::fuchsia::component::Error> operator result ()

Defined at line 6562 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

void ~RouteValidator_Validate_Result ()
RouteValidator_Validate_Result & set_response (::fuchsia::sys2::RouteValidator_Validate_Response value)
RouteValidator_Validate_Result & set_err (::fuchsia::component::Error value)

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

Invalid ::std::numeric_limits<::fidl_union_tag_t>::max() --

Defined at line 6491 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

Friends

class Equality