| Public Methods | |
| virtual | ~type_info () | 
| const char * | name () const | 
| Private Methods | |
| type_info & | operator= (const type_info &) | 
| Assigning type_info is not supported. Made private. More... | |
The type_info class describes type information generated by an implementation. 
Definition at line 60 of file typeinfo.
| 
 | 
| 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. | 
| 
 | 
| Returns an implementation-defined byte string; this is not portable between compilers! | 
| 
 | 
| Assigning type_info is not supported. Made private. 
 | 
 1.2.15
1.2.15