Top "Typeinfo" questions

gdb: show typeinfo of some data

Basically, I want to get typeid(*this).name(), i.e. the real type of this. I want to get this …

c++ gdb typeid typeinfo
undefined reference to `typeinfo for class'

Possible Duplicate: g++ undefined reference to typeinfo Undefined symbols “vtable for …” and “typeinfo for…”? I can't use my class. class …

c++ g++ linker-errors virtual typeinfo
How to determine actual object type at runtime in C++;

Lets say we have a class hierarchy. At the bottom we have Base and at the top Derived. How to …

c++ typeid typeinfo
C++: type_info to distinguish types

I know that compilers have much freedom in implementing std::type_info functions' behavior. I'm thinking about using it to …

c++ typeid typeinfo
How to know what type is a var?

TypeInfo(Type) returns the info about the specified type, is there any way to know the typeinfo of a var? …

delphi runtime typeinfo
Why do I get "type has no typeinfo" error with an enum type

I have declared the following enum type in which I want the first member to have the ordinal value of 1 (…

delphi enums rtti typeinfo