class BasicTable

Defined at line 169 of file fidling/gen/sdk/testing/fidl/frobinator/hlcpp/fidl/test/frobinator/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const uint32_t & v ()

Defined at line 175 of file fidling/gen/sdk/testing/fidl/frobinator/hlcpp/fidl/test/frobinator/cpp/fidl.h

bool has_v ()

Defined at line 179 of file fidling/gen/sdk/testing/fidl/frobinator/hlcpp/fidl/test/frobinator/cpp/fidl.h

uint32_t * mutable_v ()

Defined at line 183 of file fidling/gen/sdk/testing/fidl/frobinator/hlcpp/fidl/test/frobinator/cpp/fidl.h

void clear_v ()

Defined at line 191 of file fidling/gen/sdk/testing/fidl/frobinator/hlcpp/fidl/test/frobinator/cpp/fidl.h

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