B Class Reference

Inheritance diagram for B:

A

List of all members.

Public Member Functions

 B ()
 Some Constructor.
virtual ~B ()
 Destructor. I don't have anything left to do.
virtual double f (double d2)
 Here we compute (embedded formula) $d+d_2$.
virtual void guess ()
 Everybody is puzzling about what I do. I will never tell.
virtual void g ()
 Some more function.

Protected Attributes

double m_d
 That is my totally important member.


Detailed Description

an inherited class of the father A.

Member Function Documentation

virtual double B::f ( double  d2  )  [virtual]

Here we compute (embedded formula) $d+d_2$.

Parameters:
[in] d2 factor $d_2$
Returns:
That is what I spit out.

Reimplemented from A.


The documentation for this class was generated from the following file:

Generated on Fri Apr 17 01:54:45 2009 by  doxygen 1.5.6