mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 02:07:25 +00:00
The following changes have been made to the C++ codegen to enable writing generic code that uses the Table and NativeTable types. - Adds TableType and NativeTableType typedefs to NativeTable and Table structs. - Adds GetFullyQualifiedName() to NativeTables if --gen-name-strings is set. - Adds a static Pack function to Tables that simply calls the global CreateX functions. See cr/140391505 as an example of improved usage. From cl/140529288. Change-Id: Idec137c16129e15c1783f94fabdcea24aeeaaef6 |
||
|---|---|---|
| .. | ||
| android | ||
| android_sample.sh | ||
| csharp_sample.sh | ||
| go_sample.sh | ||
| java_sample.sh | ||
| javascript_sample.sh | ||
| monster.fbs | ||
| monster_generated.h | ||
| monsterdata.json | ||
| php_sample.sh | ||
| python_sample.sh | ||
| sample_binary.cpp | ||
| sample_binary.go | ||
| sample_binary.py | ||
| sample_text.cpp | ||
| SampleBinary.cs | ||
| SampleBinary.java | ||
| samplebinary.js | ||
| SampleBinary.php | ||