W3cubDocs

/D

dmd.todt

Compiler implementation of the D programming language.

Authors:
Walter Bright
License:
Boost License 1.0
Source
todt.d
Documentation
https://dlang.org/phobos/dmd_todt.html
Coverage
https://codecov.io/gh/dlang/dmd/src/master/src/dmd/todt.d
void cpp_type_info_ptr_toDt(ClassDeclaration cd, ref DtBuilder dtb);

Generate data for instance of _cpp_type_info_ptr that refers to the C++ RTTI symbol for cd.

Parameters:
ClassDeclaration cd C++ class
DtBuilder dtb data table builder

© 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/dmd_todt.html