diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_digit.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_digit.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_digit.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,121 +1,119 @@ - - -TB10.1 Example Applications: TDigit Class Reference - - - - + + + + +TB9.2 Example Applications: TDigit Class Reference + + + + + +

TDigit Class Reference

-

-List of all members. - - - +

List of all members.

+

Public Member Functions

 TDigit ()
+ + + + + + +

Public Member Functions

 TDigit ()
void Set (TInt iDigit)
TInt Get ()

Public Attributes

TSglQueLink iSLink
+


Detailed Description

+

This class represents a decimal digit of an integer number. It is an element of a singly linked list. A singly linked list of elements of this class represents an integer number.

+
See also:
CLongNumber::iNumber.
-void Set (TInt iDigit) - -TInt Get () - -

Public Attributes

-TSglQueLink iSLink - - -

Detailed Description

-This class represents a decimal digit of an integer number. It is an element of a singly linked list. A singly linked list of elements of this class represents an integer number.
See also:
CLongNumber::iNumber.
- -

Definition at line 33 of file digit.h.

-

Constructor & Destructor Documentation

- +

Definition at line 33 of file digit.h.

+

Constructor & Destructor Documentation

+
- + - + - +
TDigit::TDigit TDigit::TDigit (  ) 
+

Constructor.

-

-Constructor. -

Definition at line 28 of file digit.cpp.

+

Definition at line 28 of file digit.cpp.

-

-


Member Function Documentation

- +
+

Member Function Documentation

+
- + - + - +
void TDigit::Set void TDigit::Set ( TInt  aDigit aDigit  ) 
- -

-Sets the iDigit data member of the class.

Parameters:
+

Sets the iDigit data member of the class.

+
Parameters:
aDigit The value of the digit.
+
-

Definition at line 36 of file digit.cpp.

+

Definition at line 36 of file digit.cpp.

-

- + +

- + - + - +
TInt TDigit::Get TInt TDigit::Get (  ) 
+

Gets the iDigit data member of the class.

+
Returns:
The value of the digit.
-

-Gets the iDigit data member of the class.

Returns:
The value of the digit.
- -

Definition at line 45 of file digit.cpp.

+

Definition at line 45 of file digit.cpp.

-

-


Member Data Documentation

- + +

Member Data Documentation

+
- +
TSglQueLink TDigit::iSLink TSglQueLink TDigit::iSLink
+

The link object for the singly linked list.

-

-The link object for the singly linked list. -

Definition at line 48 of file digit.h.

+

Definition at line 48 of file digit.h.

-

-


Generated on Thu Jan 21 10:33:08 2010 for TB10.1 Example Applications by  + + +
Generated by  -doxygen 1.5.3
+doxygen 1.6.2