package diffast-langs-cpp-parsing

  1. Overview
  2. Docs
val mutable vec : int
val tbl : (int, string) Hashtbl.t
method set_const : unit -> unit
method set_volatile : unit -> unit
method set_amp : unit -> unit
method set_amp_amp : unit -> unit
method set_noexcept_computed : string -> unit
method set_noexcept : unit -> unit
method set_throw : unit -> unit
method set_restrict : unit -> unit
method set_cdecl : unit -> unit
method set_stdcall : unit -> unit
method is_const : bool
method is_volatile : bool
method is_amp : bool
method is_amp_amp : bool
method is_noexcept_computed : bool
method is_noexcept : bool
method is_throw : bool
method is_restrict : bool
method is_cdecl : bool
method is_stdcall : bool
method to_string : string
method encode_cv : string
method encode_ref : string
method encode_exc : string
method encode_ms : string
OCaml

Innovation. Community. Security.