- addAge
void addAge(FlatBufferBuilder builder, int age)
Undocumented in source. Be warned that the author may not have intended to support it.
- addName
void addName(FlatBufferBuilder builder, uint nameOffset)
Undocumented in source. Be warned that the author may not have intended to support it.
- addWidget
void addWidget(FlatBufferBuilder builder, double widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- createUserInfoFB
uint createUserInfoFB(FlatBufferBuilder builder, uint name, int age, double widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- endUserInfoFB
uint endUserInfoFB(FlatBufferBuilder builder)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRootAsUserInfoFB
UserInfoFB getRootAsUserInfoFB(ByteBuffer _bb)
Undocumented in source. Be warned that the author may not have intended to support it.
- startUserInfoFB
void startUserInfoFB(FlatBufferBuilder builder)
Undocumented in source. Be warned that the author may not have intended to support it.