genCppHdrFiles

Generates a C++ header containing bindings for all extern(C[++]) declarations found in the supplied modules.

extern (C++)
void
genCppHdrFiles
(
ref Modules ms
)

Parameters

ms Modules

the modules

Notes: - the header is written to <global.params.cxxhdrdir>/<global.params.cxxhdrfile> or stdout if no explicit file was specified - bindings conform to the C++ standard defined in global.params.cplusplus - ignored declarations are mentioned in a comment if global.params.doCxxHdrGeneration is set to CxxHeaderMode.verbose

Meta