#include <icl/imagecodec.h>
| class TBufPtr8 : public TPtr8 |
| Public Member Functions | |
|---|---|
| TBufPtr8() | |
| void | Set(const TDes8 &) |
| void | Set(const TPtrC8 &) |
| void | SetLengthOnly(const TDes8 &) |
| void | Shift(TInt) |
| Inherited Attributes | |
|---|---|
| TDes8::iMaxLength | |
| TPtr8::iPtr | |
Utility class to allow forward iteration through the data contained in an 8 bit descriptor.
| void | Set | ( | const TDes8 & | aDes | ) | [inline] |
Produces a shallow copy of the argument descriptor.
| Parameters | |
|---|---|
| aDes | A reference to the descriptor containing the relevant data. |
| void | Set | ( | const TPtrC8 & | aDes | ) | [inline] |
Produces a shallow copy of the argument descriptor, but restricts pointer access to the size of the const argument descriptor.
| Parameters | |
|---|---|
| aDes | A reference to the descriptor containing the relevant data. |
| void | SetLengthOnly | ( | const TDes8 & | aDes | ) | [inline] |
Produces a shallow copy of the argument descriptor, but also restricts pointer access to the current actual size of the argument descriptor.
| Parameters | |
|---|---|
| aDes | A reference to the descriptor containing the relevant data. |
| void | Shift | ( | TInt | aOffset | ) | [inline] |
Seeks the current data pointer aOffset bytes from the current position.
| Parameters | |
|---|---|
| aOffset | The number of bytes by which to seek. |