class CompositeNodeManager_AddSpec_Result

Defined at line 611 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

void CompositeNodeManager_AddSpec_Result ()
bool is_err ()

Defined at line 657 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

::fuchsia::driver::framework::CompositeNodeSpecError & err ()

Defined at line 659 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

const ::fuchsia::driver::framework::CompositeNodeSpecError & err ()

Defined at line 664 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

bool is_framework_err ()

Defined at line 670 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

::fidl::FrameworkErr & framework_err ()

Defined at line 672 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

const ::fidl::FrameworkErr & framework_err ()

Defined at line 677 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

::fuchsia::driver::framework::CompositeNodeManager_AddSpec_Result::Tag Which ()

Defined at line 683 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/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 691 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

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

Defined at line 696 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

void CompositeNodeManager_AddSpec_Result (fpromise::error_result< ::fuchsia::driver::framework::CompositeNodeSpecError> && result)

Defined at line 699 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

void CompositeNodeManager_AddSpec_Result (fpromise::result<void, ::fuchsia::driver::framework::CompositeNodeSpecError> && result)

Defined at line 702 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

fpromise::result<void, std::variant< ::fuchsia::driver::framework::CompositeNodeSpecError, ::fidl::FrameworkErr>> operator result ()

Defined at line 710 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

void ~CompositeNodeManager_AddSpec_Result ()
void CompositeNodeManager_AddSpec_Result (CompositeNodeManager_AddSpec_Result && )
CompositeNodeManager_AddSpec_Result & operator= (CompositeNodeManager_AddSpec_Result && )
CompositeNodeManager_AddSpec_Result WithResponse (::fuchsia::driver::framework::CompositeNodeManager_AddSpec_Response && )
CompositeNodeManager_AddSpec_Result WithErr (::fuchsia::driver::framework::CompositeNodeSpecError && )
CompositeNodeManager_AddSpec_Result WithFrameworkErr (::fidl::FrameworkErr && )
::std::unique_ptr<CompositeNodeManager_AddSpec_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, CompositeNodeManager_AddSpec_Result * value, size_t offset)
zx_status_t Clone (CompositeNodeManager_AddSpec_Result * result)
bool has_invalid_tag ()

Defined at line 640 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

bool is_response ()

Defined at line 644 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

::fuchsia::driver::framework::CompositeNodeManager_AddSpec_Response & response ()

Defined at line 646 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

const ::fuchsia::driver::framework::CompositeNodeManager_AddSpec_Response & response ()

Defined at line 651 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

CompositeNodeManager_AddSpec_Result & set_response (::fuchsia::driver::framework::CompositeNodeManager_AddSpec_Response value)
CompositeNodeManager_AddSpec_Result & set_err (::fuchsia::driver::framework::CompositeNodeSpecError value)
CompositeNodeManager_AddSpec_Result & set_framework_err (::fidl::FrameworkErr value)

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

kFrameworkErr 3

0x3

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

Defined at line 625 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

Friends

class Equality