3 package grl.flatbuffer;
8 import com.google.flatbuffers.*;
10 @SuppressWarnings(
"unused")
11 public final class Disabled extends Table {
14 public Disabled __init(
int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb;
return this; }
17 public static void startDisabled(FlatBufferBuilder builder) { builder.startObject(0); }
19 int o = builder.endObject();
static Disabled getRootAsDisabled(ByteBuffer _bb)
static void startDisabled(FlatBufferBuilder builder)
static int endDisabled(FlatBufferBuilder builder)
static Disabled getRootAsDisabled(ByteBuffer _bb, Disabled obj)
Disabled __init(int _i, ByteBuffer _bb)