NAME

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

SYNOPSIS

...>perl cppTree.pl project/include

DESCRIPTION

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.

REQUIRED MODULES

  • Class::Tree - one of mine

AUTHOR

cppTree.pl was written by Ron Savage <rpsavage@ozemail.com.au> in 1997.

LICENCE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.