Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32des8.h>
Link against: euser.lib

Class TDes8IgnoreOverflow

class TDes8IgnoreOverflow : public TDes8Overflow;

Description

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

Derivation

Members

Defined in TDes8IgnoreOverflow:

See also:


Member functions


Overflow(TDes8 &)

IMPORT_C virtual void Overflow(TDes8 &aDes);

Description

Handles the overflow.

This function is called when the TDes8::AppendFormat(TRefByValue< const TDesC8 >,TDes8Overflow *,...) 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.