rtti
Delphi - Visual Form Inheritance - Components base classe detection
I\'m using VFI (Visual Form Inheritance) and I need to check if a component of开发者_JS百科 an instantiated form belongs to the formclass or to the form superclass.[详细]
2023-02-05 06:15 分类:问答RTTI Dynamic array TValue Delphi 2010
I have a question. I am a newbie with Run Time Type 开发者_运维知识库Information from Delphi 2010.I need to set length to a dynamic array into a TValue. You can see the code.[详细]
2023-02-02 06:27 分类:问答Determining if a derived class overrides a method from a base class
class B { virtual int foo(); }; class D : public B { virtual int foo() { cout<<\"D\\n\"; } }; int B::foo()[详细]
2023-02-02 04:02 分类:问答RTTI Delphi Create as TValue an n-dimensional matrix
Good day, TValue is a Delphi-2010 and up RTTI feature. Following on from my earlier question, I had tried to make recurrent function to return a TValueas a n-dimensional. matrix(2D, 3D, 4D...)[详细]
2023-02-01 14:54 分类:问答When can compiling c++ without RTTI cause problems?
I\'m using gcc\'s -fno-rtti flag to compile my C++ without runtime 开发者_C百科type information.[详细]
2023-01-31 15:00 分类:问答Why does typeid.name() return weird characters using GCC and how to make it print unmangled names?
How come when I run this main.cpp: #include <iostream> #include <typeinfo> using namespace std;[详细]
2023-01-30 19:31 分类:问答RTTI in a function exported from a DLL
I have a Visual Studio 2008 C++ dll where I would like to accept a variable number of arguments and know the type of each one. For example:[详细]
2023-01-29 14:22 分类:问答C++: emulating RTTI
I\'ve got a class hierarchy as this one: class A{ }// class AA: A{ }//A class AAA : AA { }///\\ class AAB : AA { }//AAAB[详细]
2023-01-29 00:53 分类:问答Design Help! java generics in a enum factory transformer!
I am wondering if I could get some input on a good way to design this.I will put my approach but I think that there is a better solution (hence the question :) ).[详细]
2023-01-27 11:02 分类:问答c++ trouble with either RTTI or binary file io
I think I am having trouble with binary file io.If I run my program, create some employee objects and then display them everything works fine.If I save the object data and reload the program I get an[详细]
2023-01-25 05:28 分类:问答