• Alexander Gallego's avatar
    C++: mini_reflect: Add DefaultTypeTable (#4614) · 36f85648
    Alexander Gallego authored
    * 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
    36f85648
Name
Last commit
Last update
.github Loading commit data...
.travis Loading commit data...
CMake Loading commit data...
android Loading commit data...
biicode Loading commit data...
docs Loading commit data...
go Loading commit data...
grpc Loading commit data...
include/flatbuffers Loading commit data...
java/com/google/flatbuffers Loading commit data...
js Loading commit data...
net/FlatBuffers Loading commit data...
php Loading commit data...
python Loading commit data...
reflection Loading commit data...
samples Loading commit data...
src Loading commit data...
tests Loading commit data...
.clang-format Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
BUILD Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
WORKSPACE Loading commit data...
appveyor.yml Loading commit data...
biicode.conf Loading commit data...
composer.json Loading commit data...
conanfile.py Loading commit data...
package.json Loading commit data...
pom.xml Loading commit data...
readme.md Loading commit data...