TdkSample Class Reference
[The Sample Group]

#include <TdkSample.h>

Inheritance diagram for TdkSample:

TdkExample List of all members.

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.

Detailed Description

Sample class. This class is an example on how to comment the code.


Constructor & Destructor Documentation

TdkSample::TdkSample (  ) 

Default constructor.

TdkSample::~TdkSample (  )  [virtual]

Virtual destructor.


Member Function Documentation

bool TdkSample::doSomething ( const int &  arg1,
const double &  arg2 
) [virtual]

This method does something. Sets the two class attributes.

Parameters:
arg1 Integer argument.
arg2 Double argument.
Returns:
A boolean.

virtual int TdkSample::getIntegerAttribute (  )  [virtual]

Gets the integer attribute.

Returns:
The integer attribute.

virtual double TdkSample::getDoubleAttribute (  )  [virtual]

Gets the double attribute.

Returns:
The double attribute.


Member Data Documentation

int TdkSample::_attr1 [protected]

Integer attribute.

double TdkSample::_attr2 [protected]

Double attribute.


The documentation for this class was generated from the following files:
Generated on Fri Jun 15 16:54:53 2007 for TDK by  doxygen 1.5.2