| Report: Class Inheritance Tree |
| Option: -i |
| Compatible Options: A, f, F, H, n, O, o, T, r, R |
| Usage: rsm -H -Ti *.h *.cpp > report.htm rsm -H -i *.java > report.htm |
| Source: C, C++, Java |
| RSM will generate the as coded inheritance model for all files processed for metrics. The tag [D0,C0] indicates the class is at depth 0 or a root class with 0 children. There are quality notices for maximum depth and number of children. |
~~ Class Inheritance Tree ~~
+ Seahunt::Cell [D0.C0]
+ Seahunt::Game [D0.C0]
+ Seahunt::Ocean [D0.C0]
+ Seahunt::Player [D0.C0]
+ Seahunt::Target [D0.C1]
- Seahunt::Sub [D1.C0] <- Note: Sub inherits from Target
+ Seahunt::Utility [D0.C0]
|