UserInfoFB

Undocumented in source.

Members

Mixins

__anonymous
mixin Table!UserInfoFB
Undocumented in source.

Properties

age
int age [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
Nullable!string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
widget
double widget [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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.

Meta