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 33 of file letter.h.
Constructor & Destructor Documentation
TLetter::TLetter |
( |
TUint |
aChar |
) |
|
Constructor.
- Parameters:
-
| aChar | The character value. |
Definition at line 29 of file letter.cpp.
Member Data Documentation
The character value.
Definition at line 33 of file letter.h.
The link object of the doubly linked list.
Definition at line 37 of file letter.h.