Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 392
News FAQ
Search Home


next up previous
Next: Exceptions. Up: Basics Previous: Basics

RTTI

AIPS++ has implemented a runtime type information (RTTI) system. This system provides type information which is consistent through multiple executions of a program. This implementation goes beyond what will be provided as a standard part of C++ in the future because the C++ standard only guarantees that the type information will remain consistent throughout the current exection of a program.

The RTTI information is used by the exception mechanism. It is also used by AipsIO to identify the type of a datum written to or read from external storage.


next up previous
Next: Exceptions. Up: Basics Previous: Basics
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2004-01-31