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


next up previous contents index
Next: Compound Statements Up: Coding Previous: Return Types

const Functions

All functions that do not change the state of the class should be declared const. If only the ``hidden'' state (like a cache) changes, the function should be declared const, but with a mutable cache variable. mutable should be used carefully.
next up previous contents index
Next: Compound Statements Up: Coding Previous: Return Types   Contents   Index
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-08-30