TLogFileDes16OverflowHandler Class Reference

class TLogFileDes16OverflowHandler : public TDes16Overflow

Overflow handler. Too long lines are truncated.

        ?good_class_usage_example(s)
       
-
Since
S60 v5.0

Inherits from

Private Member Functions
void Overflow ( TDes16 &)

Member Functions Documentation

Overflow(TDes16 &)

void Overflow ( TDes16 & aDes ) [private, inline, 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.