rtti
Delphi interface cast using TValue
I\'ve recently experimented extensively with interfaces and D2010 RTTI. I don\'t know at runtime the actual type of the interface; although I will have access to it\'s qualified name using a string.[详细]
2023-01-02 20:57 分类:问答Mixing libraries with and without RTTI with GCC on Mac OS X?
I\'ve been bang开发者_StackOverflowing my head on an issue and before I continue injuring myself some more, I\'d like to confirm:[详细]
2023-01-02 08:52 分类:问答Need to know about good C++ Reflection API (For RuntimeType Identification -RTTI and runtime calling)
I need a good C++ Reflection API (like a Microsoft API) which enables me to 开发者_JAVA技巧determine the types (class, struct, enum, int, float, double, etc) identified at runtime, declare them, and c[详细]
2023-01-01 17:26 分类:问答Type casting in C++ by detecting the current 'this' object type
My question is related to RTTI in C++ where I\'m trying to check if an object belongs to the type hierarchy of another object. The BelongsTo() method checks this.[详细]
2023-01-01 17:12 分类:问答Delphi Superobject, generic list to json
I have a object with some TObjectList<>-fields that I try to encode as JSON with help form SuperObject.[详细]
2022-12-31 10:21 分类:问答Rtti accessing fields and properties in complex data structures
As already discussed in Rtti data manipulation and consistency in Delphi 2010 a consistency between the original data and rtti values can be reached by accessing members by using a pair of TRttiField[详细]
2022-12-30 06:00 分类:问答Rtti for Variant Records
I try to write a kind of object/record serializer with Delphi 2010 and wonder if there is a way to detect, if a record is a variant record. E.g. the TRect record as defined in Types.pas:[详细]
2022-12-29 03:27 分类:问答Rtti data manipulation and consistency in Delphi 2010
Has anyone an idea, how I can make TValue using a reference to the original data? In my serialization project, I use (as suggested in XML-Serialization) a generic serializer which stores TValues in an[详细]
2022-12-29 00:12 分类:问答C++ lib RTTI in C# application
I am developing game edi开发者_开发百科tor in C# that uses c++ lib files. I want RTTI for C++ classes in C#.[详细]
2022-12-28 03:08 分类:问答Passing Derived Class Instances as void* to Generic Callbacks in C++
This is a bit of an involved problem, so I\'ll do the best I can to explain what\'s going on. If I miss something, please tell me so I can clarify.[详细]
2022-12-28 02:48 分类:问答