[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
RTTI

Description:
Controls the availability of runtime type information.
Compatibility:
This pragma is compatible with the following platform targets:
Prototype:
#pragma RTTI on | off | reset
Remarks:
When this pragma is on, you can use runtime type information (or RTTI) features, such as dyanamic_cast and typeid. The other RTTI expressions are available even if the Enable RTTI option is off. Note that *type_info::before(const type_info&) is not yet implemented.
This pragma corresponds to the Enable RTTI option in the C/C++ Language Panel. To check whether this option is on, use __option (RTTI), described in "Checking Options."
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 17, 2000