Public Member Functions | |
| ~CTCharExample () | |
| void | UseTCharFunctions () |
| void | UseTCharFFunctions () |
| void | UseTCharLCFunctions () |
| void | UseTCharUCFunctions () |
Static Public Member Functions | |
| static CTCharExample * | NewL () |
Demonstrates features of the TChar and related character classes TCharF, TCharLC and TCharUC.
Definition at line 40 of file tcharexample.h.
| CTCharExample::~CTCharExample | ( | ) |
Destructor
Definition at line 60 of file tcharexample.cpp.
| CTCharExample * CTCharExample::NewL | ( | ) | [static] |
Allocates and constructs a CTCharExample object.
Definition at line 69 of file tcharexample.cpp.
| void CTCharExample::UseTCharFunctions | ( | ) |
The TChar class main menu.
Definition at line 283 of file tcharexample.cpp.
| void CTCharExample::UseTCharFFunctions | ( | ) |
Demonstrates the use of the TCharF class.
Definition at line 329 of file tcharexample.cpp.
| void CTCharExample::UseTCharLCFunctions | ( | ) |
Demonstrates the use of TCharLC class.
Definition at line 366 of file tcharexample.cpp.
| void CTCharExample::UseTCharUCFunctions | ( | ) |
Demonstrates the use of the TCharUC class.
Definition at line 388 of file tcharexample.cpp.
1.6.2