Add optional root table name to SetString and ResizeVector.
authorJon Simantov <jsimantov@google.com>
Wed, 22 Jul 2015 09:01:56 +0000 (02:01 -0700)
committerJon Simantov <jsimantov@google.com>
Wed, 22 Jul 2015 09:01:56 +0000 (02:01 -0700)
commita4de6de7000e03011fa916f67da1c98a8b4aa591
tree31d3d5b3621a9c0f98c4184628cc343cd1313429
parentf66e93cd8dd8448bcccf653653ba645c28eb0836
Add optional root table name to SetString and ResizeVector.

This allows you to use these functions with a flatbuffer whose root
table type does't correspond with the root table type of the schema.

If you don't specify the table name, it will use the root table from
the schema by default (mimicing the current behavior).
include/flatbuffers/reflection.h