class TestTable

Defined at line 1824 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

bool IsEmpty ()

Returns whether no field is set.

const uint8_t & x ()

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

bool has_x ()

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

uint8_t * mutable_x ()

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

void clear_x ()

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

TestTable & set_x (uint8_t _value)
void TestTable ()
void TestTable (TestTable && other)
void ~TestTable ()
TestTable & operator= (TestTable && other)
::std::unique_ptr<TestTable> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, TestTable * _value, size_t _offset)
zx_status_t Clone (TestTable * _result)