File identifier feature.
authorWouter van Oortmerssen <wvo@google.com>
Thu, 31 Jul 2014 22:11:03 +0000 (15:11 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Tue, 12 Aug 2014 21:37:06 +0000 (14:37 -0700)
commit5da7bda826a98fa92eb1356907afa631bfa9c1b1
treea42fe71fac0d739fb83b9336b7bac56a867327a1
parentbe3c8742585326447a6f9e776ad90a6b0fceb953
File identifier feature.

Allows you to add, and test for the presence of a magic 4-char
string in a FlatBuffer.

Tested: on OS X.

Change-Id: I090692a9e4fb53bed3543279a28563e67132cba0
13 files changed:
.gitignore
docs/html/md__cpp_usage.html
docs/html/md__schemas.html
docs/source/CppUsage.md
docs/source/Schemas.md
include/flatbuffers/flatbuffers.h
include/flatbuffers/idl.h
src/flatc.cpp
src/idl_gen_cpp.cpp
src/idl_parser.cpp
tests/monster_test.fbs
tests/monster_test_generated.h
tests/test.cpp