NAME

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

SYNOPSIS

...>perl testCppTree.pl project/include

DESCRIPTION

testCppTree.pl runs under both Unix and DOS (aka Windows).

testCppTree.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. testCppTree.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

  • projectLib.pl - one of mine

AUTHOR

testCppTree.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.