...classes
you need to look at the .h files to see the definition as they do not show up in the .html files
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
...``canonicalise''
By canonicalise I mean that it reformats your template entries so that float becomes Float etc. as well as adding/removing whitespace. This makes searching for duplicate entries simpler.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
...mode
There is an old mode enabled using the -z option which adds idents starting at 1000 for each .cc file and increments by 10 to allow sufficient space for inserting new entries. You should rebuild your object library from scratch after running reident using this mode
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
...program.
If you are modifying an existing class and you find you need to add additional templates to the test program it is likely that these same templates will be used by other programs using this class. So you will need to go and find them and if they are applications then just put the templates in the system (_Reposfiller) templates file, otherwise you will need to modify the templates file of other test programs that use the modified class
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

Ralph Marson
Wed Aug 28 17:15:27 MDT 1996