Public Member Functions | |
| ~CAdder () | |
| TInt | Add () |
| void | RunL () |
| void | DoCancel () |
| void | StartTimer () |
| void | StopTimer () |
| void | ReadFunction () |
| void | Add () |
Static Public Member Functions | |
| static CAdder * | NewL (CLongNumber *aNum1) |
| static CAdder * | NewL (CConsoleBase *aConsole) |
| static TInt | AddFunction (TAny *aPtr) |
The adder class. This class creates the global chunk and periodically adds random values to it. It also creates:
Definition at line 31 of file adder.h.
| CAdder * CAdder::NewL | ( | CLongNumber * | aLongNumber | ) | [static] |
Creates an object of the CAdder class.
| aLongNumber | A pointer to the object of the CLongNumber class. |
| void CAdder::Add | ( | ) |
| CAdder * CAdder::NewL | ( | CConsoleBase * | aConsole | ) | [static] |
| void CAdder::RunL | ( | ) |
| void CAdder::StartTimer | ( | ) |
| void CAdder::ReadFunction | ( | ) |
| TInt CAdder::AddFunction | ( | TAny * | aPtr | ) | [static] |
The call back function for the CAdder::iPeriodic object.
| aPtr | Contains the address of the object passed as an argument to the AddFunction(). |
1.5.3