package diffast-langs-cpp-parsing

  1. Overview
  2. Docs
val mutable vec : int
val storage_class_static : int
val storage_class_thread_local : int
val storage_class_extern : int
val storage_class_mutable : int
val function_spec_virtual : int
val function_spec_explicit : int
val friend : int
val typedef : int
val constexpr : int
val consteval : int
val inline : int
val typedef_mask : int
method set_storage_class_static : unit -> unit
method set_storage_class_thread_local : unit -> unit
method set_storage_class_extern : unit -> unit
method set_storage_class_mutable : unit -> unit
method set_function_spec_virtual : unit -> unit
method set_function_spec_explicit : unit -> unit
method set_friend : unit -> unit
method set_typedef : unit -> unit
method set_constexpr : unit -> unit
method set_consteval : unit -> unit
method set_inline : unit -> unit
method clear_typedef : unit -> unit
method is_storage_class_static : bool
method is_storage_class_thread_local : bool
method is_storage_class_extern : bool
method is_storage_class_mutable : bool
method is_function_spec_virtual : bool
method is_function_spec_explicit : bool
method is_friend : bool
method is_typedef : bool
method is_constexpr : bool
method is_consteval : bool
method is_inline : bool
method to_string : string
OCaml

Innovation. Community. Security.