package diffast-langs-cpp-parsing

  1. Overview
  2. Docs
C++/C parser for Diff/AST

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.3.5.1.tar.gz
sha256=6971a07313d308bdfcfe165fd76c218454826fe594acfa6ab25b0e7a1c739cb5
md5=be0348ed663151930bc8ced0ca678b60

doc/diffast-langs-cpp-parsing/Cpp_parsing/Pinfo/class-qualifiers/index.html

Class Pinfo.qualifiersSource

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