package piqilib

  1. Overview
  2. Docs
type t = {
  1. mutable name : Piqi_impl_piqi.name option;
  2. mutable typename : Piqi_impl_piqi.typename;
  3. mutable parent : Piqi_impl_piqi.namespace option;
  4. mutable is_func_param : bool;
  5. mutable piqtype : Piqi_impl_piqi.piqtype option;
  6. mutable unparsed_piq_ast : Piqi_impl_piqi.uint option;
  7. mutable piq_format : Piqi_impl_piqi.piq_format option;
  8. mutable protobuf_name : string option;
  9. mutable protobuf_custom : string list;
  10. mutable protobuf_packed : bool;
  11. mutable json_name : string option;
  12. mutable proto_custom : string list;
  13. mutable proto_name : string option;
  14. mutable wire_packed : bool;
}