TDigit Class Reference
List of all members.
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. 
 
Definition at line 44 of file digit.h.
Constructor & Destructor Documentation
Member Function Documentation
      
        
          | void TDigit::Set  | 
          ( | 
          TInt  | 
           aDigit | 
           )  | 
           | 
        
      
 
Sets the iDigit data member of the class. 
- Parameters:
 - 
  
     | aDigit  | The value of the digit.  | 
  
   
Definition at line 48 of file digit.cpp.
 
 
Gets the iDigit data member of the class. 
- Returns:
 - The value of the digit. 
 
Definition at line 57 of file digit.cpp.
 
 
Member Data Documentation
The link object for the singly linked list. 
Definition at line 59 of file digit.h.