#include <e32des8.h>
class TDes8IgnoreOverflow : public TDes8Overflow |
A derived class which provides an implementation for the Overflow() member function where truncation is required.
See also: TDes16::AppendFormat
IMPORT_C void | Overflow | ( | TDes8 & | aDes | ) | [virtual] |
Reimplemented from TDes8Overflow::Overflow(TDes8 &)
Handles the overflow.
This function is called when the TDes8::AppendFormat() variant that takes an overflow handler argument, fails.
Parameters | |
---|---|
aDes | The 8-bit modifiable descriptor whose overflow results in the call to this overflow handler. |