External references for the object API thru a resolver function.
This allows hashed string fields to be used for lookup of any C++ objects, a pointer to which are then stored in the object besides the original hash for easy access. Change-Id: I2247a13c349b905f1c54660becde2c818ad23e97 Tested: on Linux. Bug: 30204449
Showing
- docs/source/CppUsage.md 19 additions, 0 deletionsdocs/source/CppUsage.md
- docs/source/Schemas.md 4 additions, 0 deletionsdocs/source/Schemas.md
- include/flatbuffers/flatbuffers.h 18 additions, 0 deletionsinclude/flatbuffers/flatbuffers.h
- include/flatbuffers/idl.h 1 addition, 0 deletionsinclude/flatbuffers/idl.h
- samples/monster_generated.h 17 additions, 17 deletionssamples/monster_generated.h
- src/idl_gen_cpp.cpp 43 additions, 18 deletionssrc/idl_gen_cpp.cpp
- src/idl_parser.cpp 5 additions, 0 deletionssrc/idl_parser.cpp
- tests/monster_test.fbs 1 addition, 1 deletiontests/monster_test.fbs
- tests/monster_test_generated.h 36 additions, 36 deletionstests/monster_test_generated.h
- tests/test.cpp 17 additions, 4 deletionstests/test.cpp
Loading
Please register or sign in to comment