class Stack_ResetConfig_Result

Defined at line 2070 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void Stack_ResetConfig_Result ()
void Stack_ResetConfig_Result (Stack_ResetConfig_Result && )
bool is_response ()

Defined at line 2101 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

Stack_ResetConfig_Result & operator= (Stack_ResetConfig_Result && )
Stack_ResetConfig_Result WithResponse (::fuchsia::weave::Stack_ResetConfig_Response && )
Stack_ResetConfig_Result WithErr (::fuchsia::weave::ErrorCode && )
::std::unique_ptr<Stack_ResetConfig_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Stack_ResetConfig_Result * value, size_t offset)
zx_status_t Clone (Stack_ResetConfig_Result * result)
bool has_invalid_tag ()

Defined at line 2097 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

::fuchsia::weave::Stack_ResetConfig_Response & response ()

Defined at line 2103 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

const ::fuchsia::weave::Stack_ResetConfig_Response & response ()

Defined at line 2108 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

bool is_err ()

Defined at line 2114 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

::fuchsia::weave::ErrorCode & err ()

Defined at line 2116 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

const ::fuchsia::weave::ErrorCode & err ()

Defined at line 2121 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

::fuchsia::weave::Stack_ResetConfig_Result::Tag Which ()

Defined at line 2127 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/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 2135 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

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

Defined at line 2140 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

void Stack_ResetConfig_Result (fpromise::error_result< ::fuchsia::weave::ErrorCode> && result)

Defined at line 2143 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

void Stack_ResetConfig_Result (fpromise::result<void, ::fuchsia::weave::ErrorCode> && result)

Defined at line 2146 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

fpromise::result<void, ::fuchsia::weave::ErrorCode> operator result ()

Defined at line 2154 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

void ~Stack_ResetConfig_Result ()
Stack_ResetConfig_Result & set_response (::fuchsia::weave::Stack_ResetConfig_Response value)
Stack_ResetConfig_Result & set_err (::fuchsia::weave::ErrorCode value)

Enumerations

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

Defined at line 2083 of file fidling/gen/sdk/fidl/fuchsia.weave/fuchsia.weave/hlcpp/fuchsia/weave/cpp/fidl.h

Friends

class Equality