class CTmCode : public CBase |
WARNING: this Class is for internal use ONLY. Compatibility is not guaranteed in future releases.
Public Member Functions | |
---|---|
~CTmCode() | |
void | AppendByteL(TUint8) |
TInt | AppendNumberL(TInt) |
TInt | AppendRectL(const TRect &) |
CBufBase * | Buffer() |
const CBufBase * | Buffer() |
void | ChangeL(TInt, TInt, CTmCode &) |
void | CreateBufferL() |
void | Delete(TInt, TInt) |
void | InsertByteL(TUint8, TInt) |
TInt | InsertNumberL(TInt, TInt) |
TInt | InsertRectL(const TRect &, TInt) |
TInt | MemoryUsed() |
TPtr8 | Ptr(TInt) |
void | Reset() |
TInt | Size() |
Private Member Functions | |
---|---|
TInt | WriteNumber(TInt, TUint8 *) |
Private Member Enumerations | |
---|---|
enum | anonymous { EExpandSize = 512 } |
Private Attributes | |
---|---|
CTmBufSeg * | iBuffer |