class MyTable
Defined at line 459 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const bool & foo ()
Defined at line 465 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
bool has_foo ()
Defined at line 469 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
bool * mutable_foo ()
Defined at line 473 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
void clear_foo ()
Defined at line 481 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
const int32_t & bar ()
Defined at line 489 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
bool has_bar ()
Defined at line 493 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
int32_t * mutable_bar ()
Defined at line 497 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
void clear_bar ()
Defined at line 505 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
const ::std::array<uint64_t, 42> & baz ()
Defined at line 513 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
bool has_baz ()
Defined at line 517 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
::std::array<uint64_t, 42> * mutable_baz ()
Defined at line 521 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
void clear_baz ()
Defined at line 529 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
const ::std::vector<uint64_t> & qux ()
Defined at line 537 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
bool has_qux ()
Defined at line 541 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
::std::vector<uint64_t> * mutable_qux ()
Defined at line 545 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
void clear_qux ()
Defined at line 553 of file fidling/gen/src/lib/fidl/c/coding_tables_tests/fidl.test.example.codingtables/hlcpp/fidl/test/example/codingtables/cpp/fidl.h
MyTable & set_foo (bool _value)
MyTable & set_bar (int32_t _value)
MyTable & set_baz (::std::array<uint64_t, 42> _value)
MyTable & set_qux (::std::vector<uint64_t> _value)
void MyTable ()
void MyTable (MyTable && other)
void ~MyTable ()
MyTable & operator= (MyTable && other)
::std::unique_ptr<MyTable> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, MyTable * _value, size_t _offset)
zx_status_t Clone (MyTable * _result)