TDes16IgnoreOverflow Class Reference

class TDes16IgnoreOverflow : public TDes16Overflow

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

TDes16::AppendFormat

Inherits from

Public Member Functions
IMPORT_C void Overflow ( TDes16 &)

Member Functions Documentation

Overflow(TDes16 &)

IMPORT_C void Overflow ( TDes16 & aDes ) [virtual]

Handles the overflow.

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

Parameters

TDes16 & aDes The 16-bit modifiable descriptor whose overflow results in the call to this overflow handler.