class value_union
Defined at line 3953 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.union.names.lower2/hlcpp/fidl/test/dangerous/union/names/lower2/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
void value_union ()
void ~value_union ()
void value_union (value_union && )
value_union & operator= (value_union && )
value_union WithMember (::fidl::test::dangerous::union_::names::lower2::membertype && )
::std::unique_ptr<value_union> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, value_union * value, size_t offset)
zx_status_t Clone (value_union * result)
bool has_invalid_tag ()
Defined at line 3978 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.union.names.lower2/hlcpp/fidl/test/dangerous/union/names/lower2/cpp/fidl.h
bool is_member ()
Defined at line 3982 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.union.names.lower2/hlcpp/fidl/test/dangerous/union/names/lower2/cpp/fidl.h
::fidl::test::dangerous::union_::names::lower2::membertype & member ()
Defined at line 3984 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.union.names.lower2/hlcpp/fidl/test/dangerous/union/names/lower2/cpp/fidl.h
const ::fidl::test::dangerous::union_::names::lower2::membertype & member ()
Defined at line 3989 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.union.names.lower2/hlcpp/fidl/test/dangerous/union/names/lower2/cpp/fidl.h
::fidl::test::dangerous::union_::names::lower2::value_union::Tag Which ()
Defined at line 3995 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.union.names.lower2/hlcpp/fidl/test/dangerous/union/names/lower2/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 4003 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.union.names.lower2/hlcpp/fidl/test/dangerous/union/names/lower2/cpp/fidl.h
value_union & set_member (::fidl::test::dangerous::union_::names::lower2::membertype value)
Enumerations
enum Tag
| Name | Value |
|---|---|
| kMember | 1 |
| Invalid | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 3965 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.union.names.lower2/hlcpp/fidl/test/dangerous/union/names/lower2/cpp/fidl.h
Friends
class Equality