class InnerTable

Defined at line 2559 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 InnerTable ()
void ~InnerTable ()
void InnerTable (InnerTable && )
InnerTable & operator= (InnerTable && )
InnerTable WithData (uint8_t && )
::std::unique_ptr<InnerTable> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, InnerTable * value, size_t offset)
zx_status_t Clone (InnerTable * result)
bool has_invalid_tag ()

Defined at line 2585 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h

bool is_data ()

Defined at line 2589 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h

uint8_t & data ()

Defined at line 2591 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h

const uint8_t & data ()

Defined at line 2596 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h

InnerTable & set_data (uint8_t value)
InnerTable & SetUnknownData (fidl_xunion_tag_t ordinal, std::vector<uint8_t> bytes)
::test::types::InnerTable::Tag Which ()

Defined at line 2603 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 2617 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h

const std::vector<uint8_t> * UnknownBytes ()

Defined at line 2620 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h

Enumerations

enum Tag
Name Value
kUnknown 0
kData 1
Invalid ::std::numeric_limits<::fidl_union_tag_t>::max()

Defined at line 2571 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/hlcpp/test/types/cpp/fidl.h

Friends

class Equality