flatbuffers/docs/source/languages
cosmith-nvidia 599847236c
Support native_type for tables when using the C++ object API. (#8668)
* Support native_type for tables when using the C++ object API.

If native_type is specified on a table:
- No object API struct type is generated.
- The object API refers to the table by its native_type.
- UnPack and Create<TableName> methods are declared but not defined; as they
  must be user-provided.

* Add tests for native_type on tables.

* Add documentation for native_type on tables.
2025-11-05 07:50:10 -08:00
..
c.md
c_sharp.md
cpp.md Support native_type for tables when using the C++ object API. (#8668) 2025-11-05 07:50:10 -08:00
dart.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
go.md
java.md
javascript.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
kotlin.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
lobster.md
lua.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
php.md docs: Fixing typo on PHP sample (#8566) 2025-07-17 19:42:14 +00:00
python.md
rust.md Add Rust reflection documentation (#8536) 2025-08-08 10:18:17 -07:00
swift.md docs: clean up whitespace and fix typo in tutorial.md (#8695) 2025-09-25 09:02:22 -07:00
typescript.md