class InnerTable
Defined at line 2141 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h
Public Methods
void InnerTable (InnerTable && other)
InnerTable & operator= (InnerTable && other)
void InnerTable (const InnerTable & other)
InnerTable & operator= (const InnerTable & other)
bool operator== (const InnerTable & other)
bool operator!= (const InnerTable & other)
bool IsUnknown ()
::test_types::InnerTable::Tag Which ()
InnerTable WithData (uint8_t val)
const ::fidl::internal::UnionMemberView<1, Storage_> data ()
::fidl::internal::UnionMemberView<1, Storage_> data ()
InnerTable & data (uint8_t value)
Sets the union to hold the data member.
void InnerTable (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kData | 1 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
TODO: share union tag types between wire
&
natural.
Defined at line 2150 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits