HELP - InheritDocFromBaseClass
HelpExample CodeInheritanceBaseClassInheritDocFromBaseClass
Description Source Call Graph
BaseClass::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. 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.


Reimplemented by
Name Brief description
Final_2::InheritDocFromBaseClass Shows how documentation are inherited down hierarchy.
Final_1::InheritDocFromBaseClass Shows how documentation are inherited down hierarchy.
DerivedLevel_2::InheritDocFromBaseClass Shows how documentation are inherited down hierarchy.
DerivedLevel_1::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