Class FBProperty
java.lang.Object
com.google.flatbuffers.Table
io.lionweb.serialization.flatbuffers.gen.FBProperty
public final class FBProperty
extends com.google.flatbuffers.Table
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.flatbuffers.Table
bb, bb_pos
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__assign
(int _i, ByteBuffer _bb) void
__init
(int _i, ByteBuffer _bb) static void
addMetaPointer
(com.google.flatbuffers.FlatBufferBuilder builder, int metaPointerOffset) static void
addValue
(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset) static int
createFBProperty
(com.google.flatbuffers.FlatBufferBuilder builder, int metaPointerOffset, int valueOffset) static int
endFBProperty
(com.google.flatbuffers.FlatBufferBuilder builder) static FBProperty
static FBProperty
getRootAsFBProperty
(ByteBuffer _bb, FBProperty obj) metaPointer
(FBMetaPointer obj) static void
startFBProperty
(com.google.flatbuffers.FlatBufferBuilder builder) static void
value()
Methods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
Constructor Details
-
FBProperty
public FBProperty()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsFBProperty
-
getRootAsFBProperty
-
__init
-
__assign
-
metaPointer
-
metaPointer
-
value
-
valueAsByteBuffer
-
valueInByteBuffer
-
createFBProperty
public static int createFBProperty(com.google.flatbuffers.FlatBufferBuilder builder, int metaPointerOffset, int valueOffset) -
startFBProperty
public static void startFBProperty(com.google.flatbuffers.FlatBufferBuilder builder) -
addMetaPointer
public static void addMetaPointer(com.google.flatbuffers.FlatBufferBuilder builder, int metaPointerOffset) -
addValue
public static void addValue(com.google.flatbuffers.FlatBufferBuilder builder, int valueOffset) -
endFBProperty
public static int endFBProperty(com.google.flatbuffers.FlatBufferBuilder builder)
-