| Version 1.9 Build 803
|
|
Next: Compound Statements
Up: Coding
Previous: Return Types
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: 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