class NewerSimpleTable

Defined at line 884 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

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

Defined at line 890 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

bool has_x ()

Defined at line 894 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

int64_t * mutable_x ()

Defined at line 898 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

void clear_x ()

Defined at line 906 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

const int64_t & y ()

Defined at line 914 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

bool has_y ()

Defined at line 918 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

int64_t * mutable_y ()

Defined at line 922 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

void clear_y ()

Defined at line 930 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

const int64_t & z ()

Defined at line 938 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

bool has_z ()

Defined at line 942 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

int64_t * mutable_z ()

Defined at line 946 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h

void clear_z ()

Defined at line 954 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h