Public Member Functions | |
B () | |
Some Constructor. | |
virtual | ~B () |
Destructor. | |
virtual double | f (double d2) |
Here we compute (embedded formula) ![]() | |
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. |
virtual B::~B | ( | ) | [virtual] |
Destructor.
I don't have anything left to do.
virtual double B::f | ( | double | d2 | ) | [virtual] |
Here we compute (embedded formula) .
[in] | d2 | factor ![]() |
Reimplemented from A.
virtual void B::guess | ( | ) | [virtual] |
Everybody is puzzling about what I do.
I will never tell.