Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Using RThread class


Constructing an RThread object

If foo() is a member function of RThread, then a useful technique for calling this function on the current thread is simply to call:

RThread().xxx();

For example, RThread().Heap() returns a pointer to the current thread's heap.