class SampleEmptyTable

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

Verifies that an empty table compiles.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

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