public final class Tree_
extends com.google.flatbuffers.Table
| Modifier and Type | Class and Description |
|---|---|
static class |
Tree_.Vector |
| Constructor and Description |
|---|
Tree_() |
| Modifier and Type | Method and Description |
|---|---|
Tree_ |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addContext(com.google.flatbuffers.FlatBufferBuilder builder,
int contextOffset) |
static void |
addRoot(com.google.flatbuffers.FlatBufferBuilder builder,
int rootOffset) |
static void |
addSize(com.google.flatbuffers.FlatBufferBuilder builder,
long size) |
Context_ |
context() |
Context_ |
context(Context_ obj) |
static int |
createTree_(com.google.flatbuffers.FlatBufferBuilder builder,
int contextOffset,
int rootOffset,
long size) |
static int |
endTree_(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
finishSizePrefixedTree_Buffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishTree_Buffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static Tree_ |
getRootAsTree_(ByteBuffer _bb) |
static Tree_ |
getRootAsTree_(ByteBuffer _bb,
Tree_ obj) |
Node_ |
root() |
Node_ |
root(Node_ obj) |
long |
size() |
static void |
startTree_(com.google.flatbuffers.FlatBufferBuilder builder) |
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, sortTablespublic static void ValidateVersion()
public static Tree_ getRootAsTree_(ByteBuffer _bb)
public static Tree_ getRootAsTree_(ByteBuffer _bb, Tree_ obj)
public void __init(int _i,
ByteBuffer _bb)
public Tree_ __assign(int _i, ByteBuffer _bb)
public Context_ context()
public Node_ root()
public long size()
public static int createTree_(com.google.flatbuffers.FlatBufferBuilder builder,
int contextOffset,
int rootOffset,
long size)
public static void startTree_(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addContext(com.google.flatbuffers.FlatBufferBuilder builder,
int contextOffset)
public static void addRoot(com.google.flatbuffers.FlatBufferBuilder builder,
int rootOffset)
public static void addSize(com.google.flatbuffers.FlatBufferBuilder builder,
long size)
public static int endTree_(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishTree_Buffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset)
public static void finishSizePrefixedTree_Buffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset)
Copyright © 2013–2023. All rights reserved.