dmd.dtoh
This module contains the implementation of the C++ header generation available through the command line switch -Hc.
License
Source: dtoh.d
Documentation: https://dlang.org/phobos/dmd_dtoh.html
-
Declaration
class
ToCppBuffer
: dmd.visitor.Visitor;-
Declaration
AST.Visibility.Kind
currentVisibility
;Last written visibility level
-
Declaration
AST.STC
storageClass
;Currently applicable storage classes
-
Declaration
int
ignoredCounter
;How many symbols were ignored
-