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 25 of file tcharexample.h.
CTCharExample::~CTCharExample | ( | ) |
Destructor
Definition at line 46 of file tcharexample.cpp.
CTCharExample * CTCharExample::NewL | ( | ) | [static] |
Allocates and constructs a CTCharExample object.
Definition at line 55 of file tcharexample.cpp.
void CTCharExample::UseTCharFunctions | ( | ) |
The TChar class main menu.
Definition at line 269 of file tcharexample.cpp.
void CTCharExample::UseTCharFFunctions | ( | ) |
Demonstrates the use of the TCharF class.
Definition at line 315 of file tcharexample.cpp.
void CTCharExample::UseTCharLCFunctions | ( | ) |
Demonstrates the use of TCharLC class.
Definition at line 352 of file tcharexample.cpp.
void CTCharExample::UseTCharUCFunctions | ( | ) |
Demonstrates the use of the TCharUC class.
Definition at line 374 of file tcharexample.cpp.