class UnionWithUint64
Defined at line 636 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h
Public Methods
void UnionWithUint64 (UnionWithUint64 && other)
UnionWithUint64 & operator= (UnionWithUint64 && other)
void UnionWithUint64 (const UnionWithUint64 & other)
UnionWithUint64 & operator= (const UnionWithUint64 & other)
bool operator== (const UnionWithUint64 & other)
bool operator!= (const UnionWithUint64 & other)
::test_types::UnionWithUint64::Tag Which ()
UnionWithUint64 WithValue (int64_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> value ()
::fidl::internal::UnionMemberView<1, Storage_> value ()
UnionWithUint64 & value (int64_t value)
Sets the union to hold the value member.
void UnionWithUint64 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kValue | 1 |
TODO: share union tag types between wire
&
natural.
Defined at line 645 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits