TDes8IgnoreOverflow Class Reference

class TDes8IgnoreOverflow : public TDes8Overflow

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 ( TDes8 &)

Member Functions Documentation

Overflow(TDes8 &)

IMPORT_C void Overflow ( TDes8 & aDes ) [virtual]

Handles the overflow.

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

Parameters

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