Module Ppx_qt_rewriter.GencppSource
Sourceval ref_append : set:'a list Stdlib.ref -> 'a -> unit Sourcetype opt_item = | OInstantiable| OItemModel| OItemModelVal of string option
Sourceval alloc_and_store :
Stdlib.Format.formatter ->
classname:string ->
obj:string ->
where:string ->
unit Sourceval only_open : classname:string -> unit Sourceval print_source_preamble : classname:string -> unit Sourceval get_source_ch : classname:string -> Stdlib.out_channel Sourceval get_source_ppf : classname:string -> Stdlib.Format.formatter Sourceval get_smart_ppf :
(classname:'a -> Stdlib.out_channel) ->
classname:'a ->
Stdlib.Format.formatter * (string -> unit) Sourceval close_files : ?caml_owner:bool -> options:Options.t -> unit -> unit Sourceval gen_itemmodel_stuff : classname:string -> unit Sourceval cpp_value_of_ocaml :
?options:opt_item list ->
cppvar:string ->
ocamlvar:string ->
Stdlib.Format.formatter ->
triplet ->
[ `Default | `Model ] TypeRepr.Arg.t ->
unit Sourceval ocaml_value_of_cpp :
Stdlib.Format.formatter ->
triplet ->
ocamlvar:string ->
cppvar:string ->
[ `Default | `Model ] TypeRepr.Arg.t ->
unit Sourceval enter_blocking_section : Stdlib.Format.formatter -> unit Sourceval leave_blocking_section : Stdlib.Format.formatter -> unit