public final class Context_
extends com.google.flatbuffers.Table
| Modifier and Type | Class and Description |
|---|---|
static class |
Context_.Vector |
| Constructor and Description |
|---|
Context_() |
| Modifier and Type | Method and Description |
|---|---|
Context_ |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addBounds(com.google.flatbuffers.FlatBufferBuilder builder,
int boundsOffset) |
static void |
addMaxChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int maxChildren) |
static void |
addMinChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int minChildren) |
Bounds_ |
bounds() |
Bounds_ |
bounds(Bounds_ obj) |
static int |
createContext_(com.google.flatbuffers.FlatBufferBuilder builder,
int boundsOffset,
int minChildren,
int maxChildren) |
static int |
endContext_(com.google.flatbuffers.FlatBufferBuilder builder) |
static Context_ |
getRootAsContext_(ByteBuffer _bb) |
static Context_ |
getRootAsContext_(ByteBuffer _bb,
Context_ obj) |
int |
maxChildren() |
int |
minChildren() |
static void |
startContext_(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 Context_ getRootAsContext_(ByteBuffer _bb)
public static Context_ getRootAsContext_(ByteBuffer _bb, Context_ obj)
public void __init(int _i,
ByteBuffer _bb)
public Context_ __assign(int _i, ByteBuffer _bb)
public Bounds_ bounds()
public int minChildren()
public int maxChildren()
public static int createContext_(com.google.flatbuffers.FlatBufferBuilder builder,
int boundsOffset,
int minChildren,
int maxChildren)
public static void startContext_(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addBounds(com.google.flatbuffers.FlatBufferBuilder builder,
int boundsOffset)
public static void addMinChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int minChildren)
public static void addMaxChildren(com.google.flatbuffers.FlatBufferBuilder builder,
int maxChildren)
public static int endContext_(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2013–2023. All rights reserved.