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 @@ - -
-Public Member Functions | |
TDigit () |
Public Member Functions | |
TDigit () | |
void | Set (TInt iDigit) |
TInt | Get () |
Public Attributes | |
TSglQueLink | iSLink |
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.
+Definition at line 33 of file digit.h.
-Definition at line 33 of file digit.h.
+TDigit::TDigit | +TDigit::TDigit | ( | -+ | ) | -+ |
-
void TDigit::Set | +void TDigit::Set | ( | TInt | -aDigit | +aDigit | ) | -+ |
TInt TDigit::Get | +TInt TDigit::Get | ( | -+ | ) | -+ |
-
TSglQueLink TDigit::iSLink | +TSglQueLink TDigit::iSLink |
-