public final class IntTriple
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
IntTriple.Vector |
Constructor and Description |
---|
IntTriple() |
Modifier and Type | Method and Description |
---|---|
IntTriple |
__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 void |
addThird(com.google.flatbuffers.FlatBufferBuilder builder,
int third) |
static int |
createIntTriple(com.google.flatbuffers.FlatBufferBuilder builder,
int first,
int second,
int third) |
static int |
endIntTriple(com.google.flatbuffers.FlatBufferBuilder builder) |
int |
first() |
static IntTriple |
getRootAsIntTriple(ByteBuffer _bb) |
static IntTriple |
getRootAsIntTriple(ByteBuffer _bb,
IntTriple obj) |
int |
second() |
static void |
startIntTriple(com.google.flatbuffers.FlatBufferBuilder builder) |
int |
third() |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static IntTriple getRootAsIntTriple(ByteBuffer _bb)
public static IntTriple getRootAsIntTriple(ByteBuffer _bb, IntTriple obj)
public void __init(int _i, ByteBuffer _bb)
public IntTriple __assign(int _i, ByteBuffer _bb)
public int first()
public int second()
public int third()
public static int createIntTriple(com.google.flatbuffers.FlatBufferBuilder builder, int first, int second, int third)
public static void startIntTriple(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 void addThird(com.google.flatbuffers.FlatBufferBuilder builder, int third)
public static int endIntTriple(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2022. All rights reserved.