class ComplexTable
Defined at line 1146 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.
ComplexTable & set_simple (::fidl::test::misc::SimpleTable _value)
ComplexTable & set_u (::fidl::test::misc::SampleXUnion _value)
ComplexTable & set_strings (::std::vector< ::std::string> _value)
void ComplexTable ()
void ComplexTable (ComplexTable && other)
void ~ComplexTable ()
ComplexTable & operator= (ComplexTable && other)
::std::unique_ptr<ComplexTable> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ComplexTable * _value, size_t _offset)
zx_status_t Clone (ComplexTable * _result)
const ::fidl::test::misc::SimpleTable & simple ()
Defined at line 1152 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
bool has_simple ()
Defined at line 1156 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
::fidl::test::misc::SimpleTable * mutable_simple ()
Defined at line 1160 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
void clear_simple ()
Defined at line 1168 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
const ::fidl::test::misc::SampleXUnion & u ()
Defined at line 1176 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
bool has_u ()
Defined at line 1180 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
::fidl::test::misc::SampleXUnion * mutable_u ()
Defined at line 1184 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
void clear_u ()
Defined at line 1192 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
const ::std::vector< ::std::string> & strings ()
Defined at line 1200 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
bool has_strings ()
Defined at line 1204 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
::std::vector< ::std::string> * mutable_strings ()
Defined at line 1208 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h
void clear_strings ()
Defined at line 1216 of file fidling/gen/sdk/testing/fidl/fidl_test/hlcpp/fidl/test/misc/cpp/fidl.h