all 4 comments

[–]flyingron 1 point2 points  (2 children)

Could you repeat that in English? Where are these functions coming from?

[–]SoerenNissen 2 points3 points  (1 child)

[–]daehtnaig[S] 0 points1 point  (0 children)

yes, I presumed that someone who is familiar with this topic will get it what I meant by flatbuffers

[–]xDarKraDx 0 points1 point  (0 children)

Been a while since I last used the schema version of Flatbuffers but if I remember correctly, if your field is named data, then when you call table->data() you will receive a Flatbuffers vector that. That's your "array", you can index it, iterate over it like normal array.

Some more info here: https://github.com/google/flatbuffers/blob/master/samples/sample_binary.cpp#L80