How to see the analysis flow of cppdepend (eg. for base class should not use derivatives)

416 Views Asked by At

Im playing around with cppdepend,
and one thing bugs me:
It lists certain classes that violate "base class should not use derivatives". But I didnt figure out a way to see exactly where and how base class is using derivatives. Can it be done? BTW im using evaluation version on Win.

1

There are 1 best solutions below

1
On BEST ANSWER

To check what methods used from base class ,the easy way is to select the base class concerned in the class browser,righ click and choose "Select Methods That I Use" , you will have also methods existing in derivative classes.