Public Member Functions | |
| virtual | ~type_info () |
| const char * | name () const |
| bool | before (const type_info &__arg) const |
| bool | operator== (const type_info &__arg) const |
| bool | operator!= (const type_info &__arg) const |
| virtual bool | __is_pointer_p () const |
| virtual bool | __is_function_p () const |
| virtual bool | __do_catch (const type_info *__thr_type, void **__thr_obj, unsigned __outer) const |
| virtual bool | __do_upcast (const __cxxabiv1::__class_type_info *__target, void **__obj_ptr) const |
Protected Member Functions | |
| type_info (const char *__n) | |
Protected Attributes | |
| const char * | __name |
Private Member Functions | |
| type_info & | operator= (const type_info &) |
| Assigning type_info is not supported. Made private. | |
| type_info (const type_info &) | |
The type_info class describes type information generated by an implementation.
Definition at line 63 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. |
|
|
|
|
|
Definition at line 81 of file typeinfo. References __name. |
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns an implementation-defined byte string; this is not portable between compilers! Definition at line 87 of file typeinfo. References __name. |
|
|
Definition at line 106 of file typeinfo. References operator==(). |
|
|
Assigning type_info is not supported. Made private.
|
|
|
Referenced by operator!=(). |
|
|
Definition at line 78 of file typeinfo. Referenced by name(), and type_info(). |
1.3.6