mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 14:20:01 +00:00
FlatBuffers Version 22.11.22
This commit is contained in:
@@ -13,7 +13,7 @@ public struct ScalarStuff : IFlatbufferObject
|
||||
{
|
||||
private Table __p;
|
||||
public ByteBuffer ByteBuffer { get { return __p.bb; } }
|
||||
public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_22_10_26(); }
|
||||
public static void ValidateVersion() { FlatBufferConstants.FLATBUFFERS_22_11_22(); }
|
||||
public static ScalarStuff GetRootAsScalarStuff(ByteBuffer _bb) { return GetRootAsScalarStuff(_bb, new ScalarStuff()); }
|
||||
public static ScalarStuff GetRootAsScalarStuff(ByteBuffer _bb, ScalarStuff obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
|
||||
public static bool ScalarStuffBufferHasIdentifier(ByteBuffer _bb) { return Table.__has_identifier(_bb, "NULL"); }
|
||||
|
||||
Reference in New Issue
Block a user