class Realm_Start_Result

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

Public Members

static const fidl_type_t * FidlType

Public Methods

void Realm_Start_Result ()
void Realm_Start_Result (Realm_Start_Result && )
::std::unique_ptr<Realm_Start_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Realm_Start_Result * value, size_t offset)
zx_status_t Clone (Realm_Start_Result * result)
bool has_invalid_tag ()

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

bool is_response ()

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

::fuchsia::driver::test::Realm_Start_Response & response ()

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

const ::fuchsia::driver::test::Realm_Start_Response & response ()

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

bool is_err ()

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

int32_t & err ()

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

const int32_t & err ()

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

bool is_framework_err ()

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

::fidl::FrameworkErr & framework_err ()

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

const ::fidl::FrameworkErr & framework_err ()

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

::fuchsia::driver::test::Realm_Start_Result::Tag Which ()

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

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

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

void Realm_Start_Result (fpromise::error_result<int32_t> && result)

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

void Realm_Start_Result (fpromise::result<void, int32_t> && result)

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

Realm_Start_Result WithResponse (::fuchsia::driver::test::Realm_Start_Response && )
Realm_Start_Result WithErr (int32_t && )
Realm_Start_Result WithFrameworkErr (::fidl::FrameworkErr && )
fpromise::result<void, std::variant<int32_t, ::fidl::FrameworkErr>> operator result ()

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

void ~Realm_Start_Result ()
Realm_Start_Result & operator= (Realm_Start_Result && )
Realm_Start_Result & set_response (::fuchsia::driver::test::Realm_Start_Response value)
Realm_Start_Result & set_err (int32_t value)
Realm_Start_Result & set_framework_err (::fidl::FrameworkErr value)

Enumerations

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

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

Friends

class Equality