mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 02:07:25 +00:00
* Add Builder and Table typedefs This gives us a way to use templates to go from a builder to a table and back again without having to pass both types in. * Fix tests/cpp17/generated_cpp17/monster_test_generated.h |
||
|---|---|---|
| .. | ||
| android | ||
| lua/MyGame/Sample | ||
| android_sample.sh | ||
| csharp_sample.sh | ||
| dart_sample.sh | ||
| go_sample.sh | ||
| java_sample.sh | ||
| javascript_sample.sh | ||
| kotlin_sample.sh | ||
| monster.bfbs | ||
| monster.fbs | ||
| monster_generated.h | ||
| monster_generated.lobster | ||
| monster_generated.rs | ||
| monsterdata.json | ||
| php_sample.sh | ||
| python_sample.sh | ||
| sample_bfbs.cpp | ||
| sample_binary.cpp | ||
| sample_binary.go | ||
| sample_binary.lobster | ||
| sample_binary.lua | ||
| sample_binary.py | ||
| sample_binary.rs | ||
| sample_text.cpp | ||
| sample_text.lobster | ||
| SampleBinary.cs | ||
| SampleBinary.java | ||
| samplebinary.js | ||
| SampleBinary.kt | ||
| SampleBinary.php | ||