package piqilib

  1. Overview
  2. Docs
type t = {
  1. mutable modname : Piqi_piqi.word option;
  2. mutable typedef : Piqi_piqi.typedef list;
  3. mutable import : Piqi_piqi.import list;
  4. mutable func : Piqi_piqi.func list;
  5. mutable custom_field : Piqi_piqi.word list;
  6. mutable protobuf_custom : string list;
  7. mutable protobuf_package : string option;
  8. mutable file : string option;
  9. mutable included_file : string list;
}