class UnionWithUint64
Defined at line 912 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 UnionWithUint64 ()
void ~UnionWithUint64 ()
void UnionWithUint64 (UnionWithUint64 && )
UnionWithUint64 & operator= (UnionWithUint64 && )
UnionWithUint64 WithValue (int64_t && )
::std::unique_ptr<UnionWithUint64> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, UnionWithUint64 * value, size_t offset)
zx_status_t Clone (UnionWithUint64 * result)
bool has_invalid_tag ()
Defined at line 937 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
bool is_value ()
Defined at line 941 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
UnionWithUint64 & set_value (int64_t value)
int64_t & value ()
Defined at line 943 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
const int64_t & value ()
Defined at line 948 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
::test::types::UnionWithUint64::Tag Which ()
Defined at line 954 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 962 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
Enumerations
enum Tag
| Name | Value |
|---|---|
| kValue | 1 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 924 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h
Friends
class Equality