Search code examples
Type casting in C++ by detecting the current 'this' object type...


c++rtti

Read More
Can I get a PTypeInfo from a string?...


delphirtti

Read More
Rtti data manipulation and consistency in Delphi 2010...


delphidelphi-2010rttitvalue

Read More
RTTI and Portability in C++...


c++portabilityrtti

Read More
identifying the type...


c++rttivariant

Read More
Passing Derived Class Instances as void* to Generic Callbacks in C++...


c++callbackmultiple-inheritancerttiderived-class

Read More
Delphi: how to set the length of a RTTI-accessed dynamic array using DynArraySetLength?...


delphidynamicarraysrtti

Read More
Avoiding RTTI In Java...


javaooprtti

Read More
Delphi - RTTI info about methods in records...


delphimethodsdelphi-2010rttirecords

Read More
Find all Class Helpers in Delphi at runtime using RTTI?...


delphidelphi-2010rtticlass-helpers

Read More
Testing for Type Equality without RTTI...


c++equalityrtti

Read More
How to get the object type from a collection (vector) of parent objects using RTTI...


c++vectorrtti

Read More
Why does dynamic cast from class to subclass requires the class to be polymorphic?...


c++castingrtti

Read More
Howto set event handlers with arbitrary type with RTTI in Delphi 2010?...


delphidelphi-2010rtti

Read More
What's the lifetime of memory pointed to typeinfo::name()?...


c++rttitypeidtypeinfo

Read More
When can typeid return different type_info instances for same type?...


c++language-designrttitypeidcompiler-construction

Read More
Which Design Pattern / RTTI...


c++design-patternsrtti

Read More
C++ RTTI and Derived Classes...


c++inheritancertti

Read More
CException::`RTTI Complete Object Locator in VC++ Application...


visual-c++crashrtti

Read More
Delphi 2010: New RTTI, setting propertyvalue to arbitary value...


delphidelphi-2010rtti

Read More
Trouble playing with indexed propertes via new RTTI [D2010]...


delphidelphi-2010rtti

Read More
Why is type_info declared outside namespace std?...


c++stlwindows-certti

Read More
How to set event handlers via new RTTI? [D2010]...


delphidelphi-2010rtti

Read More
Convert a DevExpress TcxFilterOperatorKind to and from a string?...


delphienumsdevexpressrtti

Read More
Delphi call method based on RTTI information...


delphirtti

Read More
How can I assign an interface variable to a variable of type Rtti.TValue...


delphidelphi-2010rtti

Read More
Static cast vs. dymamic cast for traversing inheritance hierarchies...


c++castingrttidynamic-caststatic-cast

Read More
How to call GetEnumerator on arbitrary type?...


delphimethodscallrtti

Read More
What is the best way to serialize Delphi application configuration?...


delphiconfiguration-filesrtti

Read More
Is it allowed to link rtti enabled DLL within rtti disabled application?...


visual-studiodllvisual-studio-2005rtti

Read More
BackNext