HELP - InheritDocFromBaseClass
HelpExample CodeInheritanceFinal_2InheritDocFromBaseClass
Description Source Call Graph
Final_2::InheritDocFromBaseClass ( Public Method )
Shows how documentation are inherited down hierarchy.
 
Syntax / parameters
virtual int InheritDocFromBaseClass (int iInt)

Name Type Default Description
iInt int
  Parameter iInt description.
 
Return value virtual int
  Some integer is returned.
Description
Shows how documentation are inherited down hierarchy.
This function
is overridden i all the classes in the hierarchy, but the documentation is only written here in the base class. The other versions of this function are not documented.
Reimplements
Name Brief description
DerivedLevel_2::InheritDocFromBaseClass Shows how documentation are inherited down hierarchy.
Notes
  • This function (as well as Override) shows how overridden functions are displayed in DoxyS output.
  •  
    Source
    The documentation for this Member was generated from the following files:
  • inheritance_classes.cpp
  • inheritance_classes.h