Added support for adding new tables/strings to an existing FlatBuffer.
authorWouter van Oortmerssen <wvo@google.com>
Thu, 30 Jul 2015 00:49:02 +0000 (17:49 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Fri, 31 Jul 2015 16:44:25 +0000 (09:44 -0700)
commit4998ad7365e9f3b54a39f4d5b7ca1dfa927a8153
tree99578f153445515c2cc98a40355e8d173d8bbfcc
parent9a30d3d0df55b51f8e622d92e8e965363b82a998
Added support for adding new tables/strings to an existing FlatBuffer.

As part of the reflection support.

Change-Id: Ie0a8e233bca7dffa4cff7e564660035d97ff8902
Tested: on Linux.
Bug:22637258
include/flatbuffers/flatbuffers.h
include/flatbuffers/reflection.h
tests/test.cpp