CxxTypeInfo

Map to C++ std::type_info's virtual functions from D, being careful to not require linking with libstdc++. So it is given a different name.

Members

Functions

__do_catch
bool __do_catch(CxxTypeInfo , void** , uint )
Undocumented in source.
__do_upcast
bool __do_upcast(void* , void** )
Undocumented in source.
__is_function_p
bool __is_function_p()
Undocumented in source.
__is_pointer_p
bool __is_pointer_p()
Undocumented in source.
dtor1
void dtor1()
Undocumented in source.
dtor2
void dtor2()
Undocumented in source.

Meta