Class FBContainment
java.lang.Object
com.google.flatbuffers.Table
io.lionweb.serialization.flatbuffers.gen.FBContainment
public final class FBContainment
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
addChildren
(com.google.flatbuffers.FlatBufferBuilder builder, int childrenOffset) static void
addMetaPointer
(com.google.flatbuffers.FlatBufferBuilder builder, int metaPointerOffset) children
(int j) int
com.google.flatbuffers.StringVector
com.google.flatbuffers.StringVector
childrenVector
(com.google.flatbuffers.StringVector obj) static int
createChildrenVector
(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static int
createFBContainment
(com.google.flatbuffers.FlatBufferBuilder builder, int metaPointerOffset, int childrenOffset) static int
endFBContainment
(com.google.flatbuffers.FlatBufferBuilder builder) static FBContainment
static FBContainment
getRootAsFBContainment
(ByteBuffer _bb, FBContainment obj) metaPointer
(FBMetaPointer obj) static void
startChildrenVector
(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static void
startFBContainment
(com.google.flatbuffers.FlatBufferBuilder builder) static void
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
-
FBContainment
public FBContainment()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsFBContainment
-
getRootAsFBContainment
-
__init
-
__assign
-
metaPointer
-
metaPointer
-
children
-
childrenLength
public int childrenLength() -
childrenVector
public com.google.flatbuffers.StringVector childrenVector() -
childrenVector
public com.google.flatbuffers.StringVector childrenVector(com.google.flatbuffers.StringVector obj) -
createFBContainment
public static int createFBContainment(com.google.flatbuffers.FlatBufferBuilder builder, int metaPointerOffset, int childrenOffset) -
startFBContainment
public static void startFBContainment(com.google.flatbuffers.FlatBufferBuilder builder) -
addMetaPointer
public static void addMetaPointer(com.google.flatbuffers.FlatBufferBuilder builder, int metaPointerOffset) -
addChildren
public static void addChildren(com.google.flatbuffers.FlatBufferBuilder builder, int childrenOffset) -
createChildrenVector
public static int createChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startChildrenVector
public static void startChildrenVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
endFBContainment
public static int endFBContainment(com.google.flatbuffers.FlatBufferBuilder builder)
-