|
||
class TDes8IgnoreOverflow : public TDes8Overflow;
A derived class which provides an implementation for the TDes8IgnoreOverflow::Overflow(TDes8 &)
member function where truncation is required.
TDes8Overflow
-
An interface that defines an overflow handler for an 8-bit descriptor.
TDes8IgnoreOverflow
- A derived class which provides an implementation for the TDes8IgnoreOverflow::Ov...
Defined in TDes8IgnoreOverflow
:
Overflow(TDes8 &)
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(TDes8 &aDes);
Handles the overflow.
This function is called when the TDes8::AppendFormat(TRefByValue< const TDesC8 >,TDes8Overflow *,...)
variant that takes an overflow handler argument, fails.
|