class TablePayload

Defined at line 1062 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const int32_t & some_field ()

Defined at line 1068 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

bool has_some_field ()

Defined at line 1072 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

int32_t * mutable_some_field ()

Defined at line 1076 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

void clear_some_field ()

Defined at line 1084 of file fidling/gen/src/tests/fidl/dynsuite/client_suite/fidl/fidl.clientsuite/hlcpp/fidl/clientsuite/cpp/fidl.h

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