]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_rtti.h | |
3 | // Purpose: Runtime Type Information (RTTI) classes group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
6e7f563b BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_rtti Runtime Type Information (RTTI) | |
11 | @ingroup group_class | |
12 | ||
13 | wxWidgets supports runtime manipulation of class information, and dynamic | |
14 | creation of objects given class names. | |
15 | ||
16 | Related Overviews: @ref overview_rtti | |
17 | ||
dbbca9fd | 18 | Related macros/global-functions group: @ref group_funcmacro_rtti |
6e7f563b BP |
19 | |
20 | */ | |
21 |