flatbuffers/samples
Wouter van Oortmerssen bc2ec7119b Adds typedefs and functions to help write generic code.
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
2016-12-02 14:25:39 -08:00
..
android Merge "Removed reference to deprecated NDK toolchain version." into ub-games-master 2016-05-23 23:49:56 +00:00
SampleBinary.cs Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
SampleBinary.java Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
SampleBinary.php Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
android_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
csharp_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
go_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
java_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
javascript_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
monster.fbs Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
monster_generated.h Adds typedefs and functions to help write generic code. 2016-12-02 14:25:39 -08:00
monsterdata.json Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
php_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
python_sample.sh Made .sh files all have same comment formatting. 2016-05-23 14:08:21 -07:00
sample_binary.cpp Silenced unused variable warnings. 2016-01-19 15:30:41 -08:00
sample_binary.go Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
sample_binary.py Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00
sample_text.cpp Allow GenerateText() to indicate failure to encode flatbuffer to JSON (i.e., non-UTF-8 string data) 2016-08-18 10:23:26 -07:00
samplebinary.js Revamping the FlatBuffers docs. 2016-01-19 14:31:17 -08:00