A derived class.
![[more]](icon1.gif) parameters
 parameters 
![[more]](icon1.gif) methods
 methods 
 const Derived_Class& getB(constIntermediate& c) const
const Derived_Class& getB(constIntermediate& c) const 
 double variable
double variable
 const Derived_Class& getB(constIntermediate& c) const
const Derived_Class& getB(constIntermediate& c) const 
 double variable
double variable
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(); //@} };
 parameters
 parameters 
 methods
 methods 
Alphabetic index HTML hierarchy of classes or Java