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 33 of file digit.h.


Constructor & Destructor Documentation

TDigit::TDigit (  ) 

Constructor.

Definition at line 28 of file digit.cpp.


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 36 of file digit.cpp.

TInt TDigit::Get (  ) 

Gets the iDigit data member of the class.

Returns:
The value of the digit.

Definition at line 45 of file digit.cpp.


Member Data Documentation

TSglQueLink TDigit::iSLink

The link object for the singly linked list.

Definition at line 48 of file digit.h.


Generated by  doxygen 1.6.2