diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_adder.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_adder.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_adder.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,283 +1,274 @@ - -
-Public Member Functions | |
~CAdder () | |
TInt | Add () |
void | RunL () |
void | DoCancel () |
void | StartTimer () |
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) |
This class stores an object of the CLongNumber class. It has methods to calculate the sum of all digits of the number represented by the iLongNumber object.
+The adder class. This class creates the global chunk and periodically adds random values to it. It also creates:
+-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.
-Definition at line 31 of file adder.h.
+CAdder::~CAdder | +CAdder::~CAdder | ( | -+ | ) | -+ |
-
CAdder * CAdder::NewL | +CAdder * CAdder::NewL | ( | CLongNumber * | -aLongNumber | +aLongNumber | ) | - [static] |
+ [static] |
-Creates an object of the CAdder class.
void CAdder::Add | +void CAdder::Add | ( | -+ | ) | -+ |
Performs the addition of all digits of the iLongNumber object.
+Adds a random integer value to the global chunk.
--Performs the addition of all digits of the iLongNumber object.
CAdder * CAdder::NewL | +CAdder * CAdder::NewL | ( | CConsoleBase * | -aConsole | +aConsole | ) | - [static] |
+ [static] |
-Performs the two-phase construction of an object of the CAdder class.
void CAdder::RunL | +void CAdder::RunL | ( | -+ | ) | -+ |
void CAdder::DoCancel | +void CAdder::DoCancel | ( | -+ | ) | -+ |
void CAdder::StartTimer | +void CAdder::StartTimer | ( | -+ | ) | -+ |
void CAdder::StopTimer | +void CAdder::StopTimer | ( | -+ | ) | -+ |
void CAdder::ReadFunction | +void CAdder::ReadFunction | ( | -+ | ) | -+ |
TInt CAdder::AddFunction | +TInt CAdder::AddFunction | ( | TAny * | -aPtr | +aPtr | ) | - [static] |
+ [static] |
-The call back function for the CAdder::iPeriodic object.
The call back function for the CAdder::iPeriodic object.
+aPtr | Contains the address of the object passed as an argument to the AddFunction(). | |
aPtr | Contains the address of the object passed as an argument to the AddFunction(). |
-