Module Ppx_qt_rewriter.Gencpp
val ref_append : set:'a list Stdlib.ref -> 'a -> unittype opt_item = | OInstantiable| OItemModel| OItemModelVal of string option
val alloc_and_store :
Stdlib.Format.formatter ->
classname:string ->
obj:string ->
where:string ->
unitval only_open : classname:string -> unitval print_source_preamble : classname:string -> unitval get_source_ch : classname:string -> Stdlib.out_channelval get_source_ppf : classname:string -> Stdlib.Format.formatterval get_smart_ppf :
(classname:'a -> Stdlib.out_channel) ->
classname:'a ->
Stdlib.Format.formatter * (string -> unit)val open_files : options:Options.t -> classname:string -> unitval close_files : ?caml_owner:bool -> options:Options.t -> unit -> unitmodule Names : sig ... endval gen_itemmodel_stuff : classname:string -> unitval cpp_value_of_ocaml :
?options:opt_item list ->
cppvar:string ->
ocamlvar:string ->
Stdlib.Format.formatter ->
triplet ->
[ `Default | `Model ] TypeRepr.Arg.t ->
unitval vars_triplet : string list -> tripletval ocaml_value_of_cpp :
Stdlib.Format.formatter ->
triplet ->
ocamlvar:string ->
cppvar:string ->
[ `Default | `Model ] TypeRepr.Arg.t ->
unitval enter_blocking_section : Stdlib.Format.formatter -> unitval leave_blocking_section : Stdlib.Format.formatter -> unit