mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 10:17:51 +00:00
* 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. |
||
|---|---|---|
| .. | ||
| assets | ||
| languages | ||
| annotation.md | ||
| benchmarks.md | ||
| building.md | ||
| CNAME | ||
| contributing.md | ||
| evolution.md | ||
| flatc.md | ||
| flexbuffers.md | ||
| grammar.md | ||
| index.md | ||
| intermediate_representation.md | ||
| internals.md | ||
| quick_start.md | ||
| schema.md | ||
| support.md | ||
| tutorial.md | ||
| white_paper.md | ||