class TDes8Overflow |
An interface that defines an overflow handler for an 8-bit descriptor.
The interface encapsulates a function that is called when an attempt to append formatted text fails because the descriptor is already at its maximum length.
A derived class must provide an implementation for the Overflow() member function.
void | Overflow | ( | TDes8 & | aDes | ) | [pure virtual] |
Handles the overflow.
This function is called when the TDes8::AppendFormat() variant that takes an overflow handler argument, fails.
TDes8 & aDes | The 8-bit modifiable descriptor whose overflow results in the call to this overflow handler. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.