type_info
class describes type information generated by an implementation.
Definition at line 67 of file typeinfo.
virtual ~type_info | ( | ) | [virtual] |
Destructor. Being the first non-inline virtual function, this controls in which translation unit the vtable is emitted. The compiler makes use of that information to know where to emit the runtime-mandated type_info structures in the new-abi.
const char* name | ( | ) | const [inline] |
Returns an implementation-defined byte string; this is not portable between compilers!
Definition at line 91 of file typeinfo.
References type_info::__name.