User Library Example Code
This describes the example code for the User Library component.
AdvancedClientServerExample: Using Client/Server APIs
This example application demonstrates the use of client/server APIs using a logical device driver (LDD) and a physical device driver (PDD).
Asynchronous Services Example Codes
Explains how to use asynchronous requests.
circularbuffer: Circular Buffer Example
This example demonstrates the how to use the circular buffer classes
CCirBuf
and
CCirBuffer
.
Client Server Example Code
Example code that explains how to use client server framework.
condvar: Using Condition Variables
Examples that explains how to use condition variables.
Date and Time Handling Example Code
Example that explain how to use the Date and Time functions.
S60 Platform: Descriptor Example
Examples that explains how to use descriptors.
dynamicarray: Using Dynamic Arrays
This example application demonstrates how to construct and use dynamic arrays.
Dynamic Buffers Example Code
The example shows how dynamic arrays are constructed and used.
Dynamically Loading Link Libraries Example Code
Examples that explain how to use Polymorphic DLLs.
Fixed Arrays Example Code
This example shows how the range checking wrapper class for C++ arrays can be used and exercises some of the class member functions.
Hash Table - Using Hash Table Classes
This example application demonstrates some uses of the Hash Table APIs of the User Library component
Lexical Analysis Example Code
The example shows the use of the lexical analyser,
TLex
.
linkedlist: Using the Linked List classes
Locale Settings Example Code
Example that explains how to use locale settings.
LocaleUpdateExample: Using the Locale Functionality
This example demonstrates how to get different locale settings from the locale DLLs in the system.
Cleanup Support Example Code
Example codes that explain how to use various cleanup functions.
MessageQueue Example
This example application shows the use of message queue in interprocess communication using the RMsgQueue class.
pubsub: Using the Publish and Subscribe IPC Mechanism
This example demonstrates the Publish and Subscribe IPC mechanisms using the
RProperty
class.
resourcemanager: Power Resource Manager Framework example
This example demonstrates the Power Resource Manager user side APIs.
rbufexample: Using resizable buffer descriptors
This example application demonstrates how to use the
RBuf
class.
SecureServerExample: Implementing the Policy Server Framework
This example demonstrates the use of the policy server framework.
tcharexample: TChar example
This example application demonstrates how to use
TChar
,
TCharF
,
TCharLC
and
TCharUC
classes.
Thread and Process Management Example Code
This example shows the use of thread local storage as implemented by the statically linked DLL built by the
TLS1dll
example.
Rendezvous Thread rendezvous example code
This example demonstrates the use of
Rendezvous()
API.
Timers and Timing Services Example Code
This example describes how to use
RTimer
functions.
SemaphoreExample: thread synchronisation using semaphores
Explains how to use Semaphores to achieve thread synchronization.
Parent topic:
User Library