A derived class
A derived class. Here we show multiple inheritance from two docified classes. This example shows how to structure the members of a class, if desired.This is how this documentation has been generated:
/** A derived class. Here we show multiple inheritance from two docified classes. This example shows how to structure the members of a class, if desired. This is how this documentation has been generated: * / class Derived_Class : public CommonBase, protected Intermediate { public: /**@name parameters * / //@{ /// the first parameter double a ; /// a second parameter int b ; //@} /**@name methods * / //@{ /// constructor /** This constructor takes two arguments, just for the sake of demonstrating how documented members are displayed by DOC++. @param a this is good for many things @param b this is good for nothing * / DerivedClass( double a, int b ) ; /// destructor ~DerivedClass() ; //@} } ;
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de