
cppTree.pl - Print a C++ class hierarchy.

...>perl cppTree.pl project/include

cppTree.pl runs under both Unix and DOS (aka Windows).
cppTree.pl runs Perceps on a directory of *.h files and processes the output to produce a report on the classes found.
It's limitations are the same of those of Perceps.
Perceps is a Perl program which parses *.h files and outputs a report formatted according to a template you define. cppTree.pl contains a template so that it knows the format of the Perceps output.
You can find Perceps at http://friga.mer.utexas.edu/mark/perl/perceps/.
The DOS and Unix paths to Perceps are in sub perceps, and will need to be changed by you.


cppTree.pl was written by Ron Savage <ron@savage.net.au> in 1997.

Australian copyright (c) 1999-2002 Ron Savage.
All Programs of mine are 'OSI Certified Open Source Software';
you can redistribute them and/or modify them under the terms of
The Artistic License, a copy of which is available at:
http://www.opensource.org/licenses/index.html