Flatbuf.Schema.Table (flatbuf v0.1.0)

Copy Markdown View Source

A FlatBuffers table declaration.

name is fully-qualified (e.g. "MyGame.Sample.Monster"). short_name is just the last segment.

Summary

Types

t()

@type t() :: %Flatbuf.Schema.Table{
  attributes: map(),
  docs: [String.t()],
  fields: [Flatbuf.Schema.Field.t()],
  name: String.t(),
  namespace: String.t() | nil,
  short_name: String.t()
}