public final class UIAddName
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
UIAddName.Vector |
Constructor and Description |
---|
UIAddName() |
Modifier and Type | Method and Description |
---|---|
UIAddName |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset) |
static void |
addNameIdx(com.google.flatbuffers.FlatBufferBuilder builder,
int nameIdx) |
static int |
createUIAddName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameIdx,
int nameOffset) |
static int |
endUIAddName(com.google.flatbuffers.FlatBufferBuilder builder) |
static UIAddName |
getRootAsUIAddName(ByteBuffer _bb) |
static UIAddName |
getRootAsUIAddName(ByteBuffer _bb,
UIAddName obj) |
String |
name() |
ByteBuffer |
nameAsByteBuffer() |
int |
nameIdx() |
ByteBuffer |
nameInByteBuffer(ByteBuffer _bb) |
static void |
startUIAddName(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, sortTables
public static void ValidateVersion()
public static UIAddName getRootAsUIAddName(ByteBuffer _bb)
public static UIAddName getRootAsUIAddName(ByteBuffer _bb, UIAddName obj)
public void __init(int _i, ByteBuffer _bb)
public UIAddName __assign(int _i, ByteBuffer _bb)
public int nameIdx()
public String name()
public ByteBuffer nameAsByteBuffer()
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
public static int createUIAddName(com.google.flatbuffers.FlatBufferBuilder builder, int nameIdx, int nameOffset)
public static void startUIAddName(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addNameIdx(com.google.flatbuffers.FlatBufferBuilder builder, int nameIdx)
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
public static int endUIAddName(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2022. All rights reserved.