#include <TdkSample.h>
Inheritance diagram for TdkSample:

Public Member Functions | |
| TdkSample () | |
| Default constructor. | |
| virtual | ~TdkSample () |
| Virtual destructor. | |
| virtual bool | doSomething (const int &arg1, const double &arg2) |
| virtual int | getIntegerAttribute () |
| virtual double | getDoubleAttribute () |
Protected Attributes | |
| int | _attr1 |
| Integer attribute. | |
| double | _attr2 |
| Double attribute. | |
| TdkSample::TdkSample | ( | ) |
Default constructor.
| TdkSample::~TdkSample | ( | ) | [virtual] |
Virtual destructor.
| bool TdkSample::doSomething | ( | const int & | arg1, | |
| const double & | arg2 | |||
| ) | [virtual] |
This method does something. Sets the two class attributes.
| arg1 | Integer argument. | |
| arg2 | Double argument. |
| virtual int TdkSample::getIntegerAttribute | ( | ) | [virtual] |
Gets the integer attribute.
| virtual double TdkSample::getDoubleAttribute | ( | ) | [virtual] |
Gets the double attribute.
int TdkSample::_attr1 [protected] |
Integer attribute.
double TdkSample::_attr2 [protected] |
Double attribute.
1.5.2