#include <a.hh>
Public Member Functions | |
A (int i, double d, bool &ok) | |
One of the constructors. | |
virtual | ~A () |
Everything that emerges must perish. | |
virtual double | f (double d2) |
Here we compute
|
A::A | ( | int | i, | |
double | d, | |||
bool & | ok | |||
) |
One of the constructors.
[in] | i | I actually wanted to skip this... |
[in] | d | Extremely important number. |
[out] | ok | Construction successfully completed |
virtual A::~A | ( | ) | [virtual] |
Everything that emerges must perish.
We have a lot to do here.
virtual double A::f | ( | double | d2 | ) | [virtual] |
Here we compute
.
[in] | d2 | cathetus |
Reimplemented in B.