mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-02 15:28:19 +00:00
Added missing generated code.
Change-Id: I9420bf01d2bdb6ccfe3703c835297be73457c0d7
This commit is contained in:
@@ -756,8 +756,7 @@ struct Monster FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
|
|||||||
return GetPointer<flatbuffers::Vector<uint8_t> *>(VT_TESTNESTEDFLATBUFFER);
|
return GetPointer<flatbuffers::Vector<uint8_t> *>(VT_TESTNESTEDFLATBUFFER);
|
||||||
}
|
}
|
||||||
const MyGame::Example::Monster *testnestedflatbuffer_nested_root() const {
|
const MyGame::Example::Monster *testnestedflatbuffer_nested_root() const {
|
||||||
auto data = testnestedflatbuffer()->Data();
|
return flatbuffers::GetRoot<MyGame::Example::Monster>(testnestedflatbuffer()->Data());
|
||||||
return flatbuffers::GetRoot<MyGame::Example::Monster>(data);
|
|
||||||
}
|
}
|
||||||
const Stat *testempty() const {
|
const Stat *testempty() const {
|
||||||
return GetPointer<const Stat *>(VT_TESTEMPTY);
|
return GetPointer<const Stat *>(VT_TESTEMPTY);
|
||||||
|
|||||||
Reference in New Issue
Block a user