|
||
class RRunInfoArray;
This class is used to keep track of the shared run info array. Keep it open for as long as the TBidiText
object is used. The same RRunInfoArray object can be used with several different TBidiText
objects.
Defined in RRunInfoArray
:
Close()
Decreases the reference count on the run array. The run array will be deleted if...OpenL()
Creates the run array if necessary and increases the reference count on it. RRun...RRunInfoArray()
IMPORT_C void OpenL();
Creates the run array if necessary and increases the reference count on it. RRunInfoArray::OpenL()
must be called prior to calling TBidiText::SetText(const TDesC &,RRunInfoArray &)
.
IMPORT_C void Close();
Decreases the reference count on the run array. The run array will be deleted if the reference count reaches zero. The client
application must ensure that there is a matching call to RRunInfoArray::Close()
for every call to RRunInfoArray::OpenL()
or memory will be leaked.