B Class Reference

an inherited class of the father A. More...

Inheritance diagram for B:

Inheritance graph
[legend]
Collaboration diagram for B:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 B ()
 Some Constructor.
virtual ~B ()
 Destructor.
virtual double f (double d2)
 Here we compute (embedded formula) $d+d_2$.
virtual void guess ()
 Everybody is puzzling about what I do.
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.

Constructor & Destructor Documentation

virtual B::~B (  )  [virtual]

Destructor.

I don't have anything left to do.


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.

virtual void B::guess (  )  [virtual]

Everybody is puzzling about what I do.

I will never tell.


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

Generated on Fri Apr 17 01:54:47 2009 for ABTest by  doxygen 1.5.6