blob: da488abfe01e426764a69bce8b2b1a39ccc45446 [file] [log] [blame]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace Apache.Arrow.Flatbuf
{
using global::System;
using global::FlatBuffers;
internal struct Bool : IFlatbufferObject
{
private Table __p;
public ByteBuffer ByteBuffer { get { return __p.bb; } }
public static Bool GetRootAsBool(ByteBuffer _bb) { return GetRootAsBool(_bb, new Bool()); }
public static Bool GetRootAsBool(ByteBuffer _bb, Bool obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
public Bool __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
public static void StartBool(FlatBufferBuilder builder) { builder.StartObject(0); }
public static Offset<Bool> EndBool(FlatBufferBuilder builder) {
int o = builder.EndObject();
return new Offset<Bool>(o);
}
};
}