package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type define_body = (unit, string list) Common.either * Parser_cpp.token list
val extract_macros : Parser_cpp.token list -> (string, define_body) Common.assoc
val apply_macro_defs : (string, define_body) Hashtbl.t -> Token_views_cpp.paren_grouped list -> unit