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 |
void | Set | ( | const TDes8 & | aDes | ) | [inline] |
Produces a shallow copy of the argument descriptor.
const TDes8 & 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.
const TPtrC8 & 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.
const TDes8 & aDes | A reference to the descriptor containing the relevant data. |