Timestamp:
Oct 27, 2009, 5:16:31 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
6d7651
Parents:
a9b2a0a
git-author:
Frederik Heber <heber@…> (10/27/09 16:42:42)
git-committer:
Frederik Heber <heber@…> (10/27/09 17:16:31)
Message:

class config, ConfigFileBuffer, periodentafel and Vector are refactored with respect to ticket #38, #4 and #39.

  • <type> * const ptr ... means the pointer itself is const (not its contents that he points at).
  • const <type> * ptr ... means the pointer's content is const.
  • "ofstream *out" ... can be changed to "ofstream * const out" (pointer is constant, not output).

Signed-off-by: Frederik Heber <heber@…>

(No files)

Note: See TracChangeset for help on using the changeset viewer.