![Symbian Developer Library](../../../../a_stock/images/mainheading.gif)
![]() |
![]() |
|
class TDes16IgnoreOverflow : public TDes16Overflow;
A derived class which provides an implementation for the TDes16IgnoreOverflow::Overflow(TDes16 &)
member function where truncation is required.
TDes16Overflow
-
An interface that defines an overflow handler for a 16-bit descriptor.
TDes16IgnoreOverflow
- A derived class which provides an implementation for the TDes16IgnoreOverflow::O...
Defined in TDes16IgnoreOverflow
:
Overflow(TDes16 &)
Handles the overflow.TDes16::AppendFormat(TRefByValue< const TDesC16 >,TDes16Overflow *,...)
Formats and appends text onto the end of this descriptor's data.IMPORT_C virtual void Overflow(TDes16 &aDes);
Handles the overflow.
This function is called when the TDes16::AppendFormat(TRefByValue< const TDesC16 >,TDes16Overflow *,...)
variant that takes an overflow handler argument, fails.
|