TLetter Class Reference
List of all members.
Public Member Functions |
| TLetter (TUint aChar) |
Public Attributes |
TChar | iChar |
TDblQueLink | iDLink |
Detailed Description
Represents a character in the string. This string of characters is a doubly linked list of the objects of the TLetter class.
- See also:
- CMyString::iString.
Definition at line 44 of file letter.h.
Constructor & Destructor Documentation
TLetter::TLetter |
( |
TUint |
aChar |
) |
|
Constructor.
- Parameters:
-
| aChar | The character value. |
Definition at line 41 of file letter.cpp.
Member Data Documentation
The character value.
Definition at line 44 of file letter.h.
The link object of the doubly linked list.
Definition at line 48 of file letter.h.