RTTI stands for Run-Time Type Information, it is also known as reflection; it allows access to compile-time data at run-time.
My question is when how does the class info gets loaded during runtime? When someone calls instanceof is that considered …
java reflection terminology rtti instanceofI'm currently working on integrating a third-party package that uses lots of RTTI stuff on a non-RTTI platform (Android). Basically, …
c++ casting multiple-inheritance rtti diamond-problemi have use delphi xe recently but exe size is very big because of rtti(i think) howto remove rtti , …
delphi rtti delphi-xe application-sizeI need to key some data in a map by a type. Currently I have something like this: struct TypeInfoComparer { …
c++ c++11 rttiI've heard a lot about the new/improved RTTI capabilities of Delphi 2010, but I must admit my ignorance...I don't …
delphi reflection delphi-2010 rttiSome say the use of dynamic_cast often means bad design and dynamic_cast can be replaced by virtual functions …
c++ rtti dynamic-castAlmost every C++ resource I've seen that discusses this kind of thing tells me that I should prefer polymorphic approaches …
c++ polymorphism rttiI know by TMS Aurelius that we can use the "new" 2010 attributes feature to serialize database table fields into object …
delphi oop attributes rtti