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:
- install graphviz.
- install doxygen.
- use doxywizard configure desired outputs you.
here screenshot of doxygen diagrams tab have clue on how's interface.
and finally, here link output example you.
Comments
Post a Comment