searching for the whole list of derived classes of a base class in a big C++ project -


i working on huge c++ project. using netbeans edit it, compilation takes place on linux server. have problem of getting whole list of derived classes inherit base class. there protected variable in base class , want takle in derived classes inherit it, how know inheriting it?

i have launched search on root of project directory " : public base_class " haven't found anything!

is way correct derived classes?

i have searched issue in forum haven't find relevant.

any or hint highly appreciated.

use doxygen graphviz support generate hierachy graph diagram you.

the procedure simple:

  1. install graphviz.
  2. install doxygen.
  3. use doxywizard configure desired outputs you.

here screenshot of doxygen diagrams tab have clue on how's interface.

doxygen diagrams tab

and finally, here link output example you.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -