class DriverLists_GetDriverLists_Result
Defined at line 790 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 DriverLists_GetDriverLists_Result ()
void DriverLists_GetDriverLists_Result (DriverLists_GetDriverLists_Result && )
bool is_response ()
Defined at line 821 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
DriverLists_GetDriverLists_Result & operator= (DriverLists_GetDriverLists_Result && )
DriverLists_GetDriverLists_Result WithResponse (::fuchsia::driver::test::DriverLists_GetDriverLists_Response && )
DriverLists_GetDriverLists_Result WithErr (int32_t && )
::std::unique_ptr<DriverLists_GetDriverLists_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DriverLists_GetDriverLists_Result * value, size_t offset)
zx_status_t Clone (DriverLists_GetDriverLists_Result * result)
bool has_invalid_tag ()
Defined at line 817 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
::fuchsia::driver::test::DriverLists_GetDriverLists_Response & response ()
Defined at line 823 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
const ::fuchsia::driver::test::DriverLists_GetDriverLists_Response & response ()
Defined at line 828 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 834 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 836 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 841 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
::fuchsia::driver::test::DriverLists_GetDriverLists_Result::Tag Which ()
Defined at line 847 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 855 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
void DriverLists_GetDriverLists_Result (fpromise::ok_result< ::std::tuple< ::std::vector< ::std::string>, ::std::vector< ::std::string>>> && result)
Defined at line 860 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
void DriverLists_GetDriverLists_Result (fpromise::error_result<int32_t> && result)
Defined at line 863 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
void DriverLists_GetDriverLists_Result (fpromise::result< ::std::tuple< ::std::vector< ::std::string>, ::std::vector< ::std::string>>, int32_t> && result)
Defined at line 866 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
fpromise::result< ::std::tuple< ::std::vector< ::std::string>, ::std::vector< ::std::string>>, int32_t> operator result ()
Defined at line 874 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
void ~DriverLists_GetDriverLists_Result ()
DriverLists_GetDriverLists_Result & set_response (::fuchsia::driver::test::DriverLists_GetDriverLists_Response value)
DriverLists_GetDriverLists_Result & set_err (int32_t value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 803 of file fidling/gen/sdk/fidl/fuchsia.driver.test/fuchsia.driver.test/hlcpp/fuchsia/driver/test/cpp/fidl.h
Friends
class Equality