class UsesAnonymous_FooMethod_Result
Defined at line 2775 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void UsesAnonymous_FooMethod_Result ()
void UsesAnonymous_FooMethod_Result (UsesAnonymous_FooMethod_Result && )
bool is_response ()
Defined at line 2806 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
UsesAnonymous_FooMethod_Result & operator= (UsesAnonymous_FooMethod_Result && )
UsesAnonymous_FooMethod_Result WithResponse (::test::types::UsesAnonymous_FooMethod_Response && )
UsesAnonymous_FooMethod_Result WithErr (::test::types::UsesAnonymous_FooMethod_Error && )
::std::unique_ptr<UsesAnonymous_FooMethod_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, UsesAnonymous_FooMethod_Result * value, size_t offset)
zx_status_t Clone (UsesAnonymous_FooMethod_Result * result)
bool has_invalid_tag ()
Defined at line 2802 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
::test::types::UsesAnonymous_FooMethod_Response & response ()
Defined at line 2808 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
const ::test::types::UsesAnonymous_FooMethod_Response & response ()
Defined at line 2813 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
bool is_err ()
Defined at line 2819 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
::test::types::UsesAnonymous_FooMethod_Error & err ()
Defined at line 2821 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
const ::test::types::UsesAnonymous_FooMethod_Error & err ()
Defined at line 2826 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
::test::types::UsesAnonymous_FooMethod_Result::Tag Which ()
Defined at line 2832 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/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 2840 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
void UsesAnonymous_FooMethod_Result (fpromise::ok_result<void> && result)
Defined at line 2845 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
void UsesAnonymous_FooMethod_Result (fpromise::error_result< ::test::types::UsesAnonymous_FooMethod_Error> && result)
Defined at line 2848 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
void UsesAnonymous_FooMethod_Result (fpromise::result<void, ::test::types::UsesAnonymous_FooMethod_Error> && result)
Defined at line 2851 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
fpromise::result<void, ::test::types::UsesAnonymous_FooMethod_Error> operator result ()
Defined at line 2859 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
void ~UsesAnonymous_FooMethod_Result ()
UsesAnonymous_FooMethod_Result & set_response (::test::types::UsesAnonymous_FooMethod_Response value)
UsesAnonymous_FooMethod_Result & set_err (::test::types::UsesAnonymous_FooMethod_Error value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 2788 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
Friends
class Equality