mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-02 18:27:46 +00:00
Also made proper namespacing work for enums. You can now say namespace.MyTable as the type when declaring a field that refers to a type in a different namespace. Previously, it would work just referring to MyTable, however with the recent commit fixing namespaced types this now is ambiguous. Change-Id: Ieaa3f4ac1662b8c4dc1f16e1898ea3cdb02e10fd Tested: on Linux. |
||
|---|---|---|
| .. | ||
| FlatBuffers.Test | ||
| MyGame/Example | ||
| prototest | ||
| go_test.go | ||
| GoTest.sh | ||
| include_test1.fbs | ||
| include_test2.fbs | ||
| JavaTest.bat | ||
| JavaTest.java | ||
| JavaTest.sh | ||
| monster_test.fbs | ||
| monster_test_generated.h | ||
| monsterdata_test.golden | ||
| monsterdata_test.json | ||
| monsterdata_test.mon | ||
| test.cpp | ||