rtti
identifying the type
In my application, there is a inheritance hierarchy in which only the classes that are at the end of the inheritance chain are non-abstract classes. Also there is some usage of boost::variant. I want[详细]
2022-12-27 12:14 分类:问答Delphi getting value of form components properties
I am implementing a Boilerplatefeature - allow users to Change descriptions of some components - likeTLabels - at run time.[详细]
2022-12-27 04:23 分类:问答activate RTTI in c++
Can anybody tell me how to activate RTTI in c++ when working on unix. I heard that it can be disabled and enabled.[详细]
2022-12-26 14:21 分类:问答Using Visual studio .ncb file for reflection
I am developing visual game level editor in C++. For this I want reflection(RTTI) mechanism to know class attributes at runtime.[详细]
2022-12-26 02:23 分类:问答Avoiding RTTI In Java
If I have a superclass, say Animal, and two subclasses: Zebra and Giraffe, If I decide to define a Vector of Animals:[详细]
2022-12-25 04:24 分类:问答Delphi: RTTI and TObjectList<TObject>
Based on one answer to an earlier post, I\'m investigating the possibility of the following design TChildClass = class(TObject)[详细]
2022-12-25 02:41 分类:问答C++ DLL Injection get Struct values
I am trying inject into a dll that sends a void ** for one of the parameters. The void ** can contain structs 开发者_开发问答that are created in the application.[详细]
2022-12-25 01:21 分类:问答Converting an string to a enum type using TValue?
I want to convert an string to an enum type using TValue, I googled but I didn\'t find how to do that.[详细]
2022-12-24 11:48 分类:问答Delphi - RTTI info about methods in records
how to extract RTTI info about methods in Delphi records? is it possible by usi开发者_运维问答ng new Rtti unit?There is no RTTI for methods on records, sorry.[详细]
2022-12-24 11:10 分类:问答Delphi: RTTI for indexed properties in 2010?
Please forgive the verbosity of the following code example. Using Delphi 2009, I created the two classes TOtherClass and TMyClass:[详细]
2022-12-24 05:07 分类:问答