diff -r 4891d49809bb -r 2b3996fc09a1 core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_rtti.htm --- a/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_rtti.htm Mon Jul 19 15:31:48 2010 -0500 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/pragmas/p_rtti.htm Mon Jul 19 16:13:24 2010 -0500 @@ -1,27 +1,27 @@ - - - - - - - RTTI - - - - -

RTTI

-

Controls the availability of runtime type information.

-
Syntax
-

#pragma RTTI on | off | reset -

-
Targets
- All platforms.
-
Remarks
-

If you enable this pragma, you can use runtime type information (or RTTI) features such as dynamic_cast and typeid. The other RTTI expressions are available even if you disable the Enable RTTI setting. Note that *type_info::before(const type_info&) is not yet implemented.

-

This pragma corresponds to the Enable RTTI setting . To check this setting, use __option (RTTI), described in Checking Settings.

-

- - - - - + + + + + + + RTTI + + + + +

RTTI

+

Controls the availability of runtime type information.

+
Syntax
+

#pragma RTTI on | off | reset +

+
Targets
+ All platforms.
+
Remarks
+

If you enable this pragma, you can use runtime type information (or RTTI) features such as dynamic_cast and typeid. The other RTTI expressions are available even if you disable the Enable RTTI setting. Note that *type_info::before(const type_info&) is not yet implemented.

+

This pragma corresponds to the Enable RTTI setting . To check this setting, use __option (RTTI), described in Checking Settings.

+

+ + + + +