Class FBAttachPoint

java.lang.Object
com.google.flatbuffers.Table
io.lionweb.serialization.flatbuffers.gen.FBAttachPoint

public final class FBAttachPoint extends com.google.flatbuffers.Table
  • Constructor Details

    • FBAttachPoint

      public FBAttachPoint()
  • Method Details

    • ValidateVersion

      public static void ValidateVersion()
    • getRootAsFBAttachPoint

      public static FBAttachPoint getRootAsFBAttachPoint(ByteBuffer _bb)
    • getRootAsFBAttachPoint

      public static FBAttachPoint getRootAsFBAttachPoint(ByteBuffer _bb, FBAttachPoint obj)
    • __init

      public void __init(int _i, ByteBuffer _bb)
    • __assign

      public FBAttachPoint __assign(int _i, ByteBuffer _bb)
    • container

      public String container()
    • containerAsByteBuffer

      public ByteBuffer containerAsByteBuffer()
    • containerInByteBuffer

      public ByteBuffer containerInByteBuffer(ByteBuffer _bb)
    • containment

      public FBMetaPointer containment()
    • containment

      public FBMetaPointer containment(FBMetaPointer obj)
    • root

      public String root()
    • rootAsByteBuffer

      public ByteBuffer rootAsByteBuffer()
    • rootInByteBuffer

      public ByteBuffer rootInByteBuffer(ByteBuffer _bb)
    • createFBAttachPoint

      public static int createFBAttachPoint(com.google.flatbuffers.FlatBufferBuilder builder, int containerOffset, int containmentOffset, int rootOffset)
    • startFBAttachPoint

      public static void startFBAttachPoint(com.google.flatbuffers.FlatBufferBuilder builder)
    • addContainer

      public static void addContainer(com.google.flatbuffers.FlatBufferBuilder builder, int containerOffset)
    • addContainment

      public static void addContainment(com.google.flatbuffers.FlatBufferBuilder builder, int containmentOffset)
    • addRoot

      public static void addRoot(com.google.flatbuffers.FlatBufferBuilder builder, int rootOffset)
    • endFBAttachPoint

      public static int endFBAttachPoint(com.google.flatbuffers.FlatBufferBuilder builder)