TDes16IgnoreOverflow Class Reference

#include <e32des16.h>

class TDes16IgnoreOverflow : public TDes16Overflow

Inherits from

Public Member Functions
virtual IMPORT_C voidOverflow(TDes16 &)

Detailed Description

A derived class which provides an implementation for the Overflow() member function where truncation is required.

See also: TDes16::AppendFormat

Member Function Documentation

Overflow ( TDes16 & )

IMPORT_C voidOverflow(TDes16 &aDes)[virtual]

Reimplemented from TDes16Overflow::Overflow(TDes16 &)

Handles the overflow.

This function is called when the TDes16::AppendFormat() variant that takes an overflow handler argument, fails.

Parameters
aDesThe 16-bit modifiable descriptor whose overflow results in the call to this overflow handler.