class CSmsBufferBase : public CBase |
The base class for all SMS buffers.
Public Member Functions | |
---|---|
void | DeleteL ( TInt , TInt ) |
IMPORT_C void | ExternalizeL ( RWriteStream &) |
void | Extract ( TDes &, TInt , TInt ) |
void | InsertL ( TInt , const TDesC &) |
IMPORT_C void | InternalizeL ( RReadStream &) |
TInt | Length () |
void | Reset () |
Public Member Enumerations | |
---|---|
enum | anonymous { EMaxBufLength = 0x100 } |
void | DeleteL | ( | TInt | aPos, |
TInt | aLength | |||
) | [pure virtual] |
Deletes data from the buffer.
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises the object.
RWriteStream & aStream | Stream to write to |
void | Extract | ( | TDes & | aBuf, |
TInt | aPos, | |||
TInt | aLength | |||
) | const [pure virtual] |
Extracts buffer data to a descriptor.
void | InsertL | ( | TInt | aPos, |
const TDesC & | aBuf | |||
) | [pure virtual] |
Inserts data into the buffer.
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalises the object.
RReadStream & aStream | Stream to read from |
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.