Added --gen-name-strings command line option.
authorNnamdi <nnamdio@gmail.com>
Tue, 29 Mar 2016 21:25:04 +0000 (22:25 +0100)
committerNnamdi <nnamdio@gmail.com>
Tue, 29 Mar 2016 21:25:04 +0000 (22:25 +0100)
commit35f6bb506018976a923b67fb14dd1eb5e30e08b9
tree235e16ce859d7f8addd57eba3ebbfb2595ade3f8
parenta649cb7db568a20d5634752d56620c9567c4a242
Added --gen-name-strings command line option.

To support the use case described in issue google/flatbuffers#3826, a new command line option --gen-name-strings
has been added, which will cause a static GetFullyQualifiedName function to be added
to the C++ output for tables/structs.
include/flatbuffers/flatbuffers.h
include/flatbuffers/idl.h
src/flatc.cpp
src/idl_gen_cpp.cpp