class SimpleTable
Defined at line 696 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.
const int64_t & x ()
Defined at line 702 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
bool has_x ()
Defined at line 706 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
int64_t * mutable_x ()
Defined at line 710 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
void clear_x ()
Defined at line 718 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
SimpleTable & set_x (int64_t _value)
const int64_t & y ()
Defined at line 726 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
bool has_y ()
Defined at line 730 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
int64_t * mutable_y ()
Defined at line 734 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
void clear_y ()
Defined at line 742 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
SimpleTable & set_y (int64_t _value)
void SimpleTable ()
void SimpleTable (SimpleTable && other)
void ~SimpleTable ()
SimpleTable & operator= (SimpleTable && other)
::std::unique_ptr<SimpleTable> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SimpleTable * _value, size_t _offset)
zx_status_t Clone (SimpleTable * _result)