Ron Savage > Class-Tree-1.25 > cppTree.pl

Download:
Class-Tree-1.25.tgz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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 ^

AUTHOR ^

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

LICENCE ^

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