]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/groups/funcmacro_rtti.h
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / docs / doxygen / groups / funcmacro_rtti.h
CommitLineData
dae2800a
BP
1/////////////////////////////////////////////////////////////////////////////
2// Name: funcmacro_rtti.h
3// Purpose: Runtime Type Information function and macro group docs
4// Author: wxWidgets team
526954c5 5// Licence: wxWindows licence
dae2800a
BP
6/////////////////////////////////////////////////////////////////////////////
7
8/**
9
10@defgroup group_funcmacro_rtti Runtime Type Information (RTTI)
11@ingroup group_funcmacro
12
13wxWidgets uses its own RTTI ("run-time type identification") system which
14predates the current standard C++ RTTI and so is kept for backwards
15compatibility reasons but also because it allows some things which the standard
16RTTI doesn't directly support (such as creating a class from its name). The
17standard C++ RTTI can be used in the user code without any problems and in
18general you shouldn't need to use the functions and the macros in this section
19unless you are thinking of modifying or adding any wxWidgets classes.
20
21Related Overviews: @ref overview_rtti
22
dbbca9fd
FM
23Related class group: @ref group_class_rtti
24
dae2800a
BP
25*/
26