public final class IntPair
extends com.google.flatbuffers.Table
| Constructor and Description |
|---|
IntPair() |
| Modifier and Type | Method and Description |
|---|---|
IntPair |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addFirst(com.google.flatbuffers.FlatBufferBuilder builder,
int first) |
static void |
addSecond(com.google.flatbuffers.FlatBufferBuilder builder,
int second) |
static int |
createIntPair(com.google.flatbuffers.FlatBufferBuilder builder,
int first,
int second) |
static int |
endIntPair(com.google.flatbuffers.FlatBufferBuilder builder) |
int |
first() |
static IntPair |
getRootAsIntPair(ByteBuffer _bb) |
static IntPair |
getRootAsIntPair(ByteBuffer _bb,
IntPair obj) |
int |
second() |
static void |
startIntPair(com.google.flatbuffers.FlatBufferBuilder builder) |
public static IntPair getRootAsIntPair(ByteBuffer _bb)
public static IntPair getRootAsIntPair(ByteBuffer _bb, IntPair obj)
public void __init(int _i,
ByteBuffer _bb)
public IntPair __assign(int _i, ByteBuffer _bb)
public int first()
public int second()
public static int createIntPair(com.google.flatbuffers.FlatBufferBuilder builder,
int first,
int second)
public static void startIntPair(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addFirst(com.google.flatbuffers.FlatBufferBuilder builder,
int first)
public static void addSecond(com.google.flatbuffers.FlatBufferBuilder builder,
int second)
public static int endIntPair(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2018. All rights reserved.