Public Member Functions | |
virtual | ~type_info () |
const char * | name () const |
bool | operator!= (const type_info &arg) 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. |
The type_info
class describes type information generated by an implementation.
Definition at line 63 of file typeinfo.
virtual std::type_info::~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* std::type_info::name | ( | ) | const [inline] |
Assigning type_info is not supported. Made private.