Files
flatbuffers/tests
Alexander Gallego 36f8564846 C++: mini_reflect: Add DefaultTypeTable (#4614)
* mini_reflect: Add DefaultTypeTable

Currently it's very easy to make a mistake when it comes to
instantiating the TypeTable to print a buffer because it is not type
safe.

This will allow us to write safer cpp code:

flatbuffers::FlatBufferToString(reinterpret_cast<const uint8_t *>(&t),
                                decltype(t)::DefaultTypeTable());

* c++: mini_reflect: update generated code

* Ensure types and names are set for mini_reflect

* c++: mini_refelct: update unit tests with new typed TypeTable

* Adding PR feedback of sylte and naming convention
2018-02-15 14:58:06 -08:00
..
2017-08-25 11:47:19 -07:00
2016-05-25 17:25:40 -07:00
2017-10-06 16:08:00 -07:00
2017-08-24 09:35:54 -07:00
2017-08-24 09:35:54 -07:00
2017-04-21 09:29:42 -07:00