Location:
ImageCodec.h
class TBufPtr8 : public TPtr8;
Utility class to allow forward iteration through the data contained in an 8 bit descriptor.
TDesC8
- Abstract base class for 8-bit non-modifiable descriptors
TDes8
- Abstract base class for 8-bit modifiable descriptors
TPtr8
- 8-bit modifiable pointer descriptor
TBufPtr8
- Utility class to allow forward iteration through the data contained in an 8 bit descriptor
Defined in TBufPtr8
:
Set()
, Set()
, SetLengthOnly()
, Shift()
, TBufPtr8()
Inherited from TDes8
:
Append()
,
AppendFill()
,
AppendFormat()
,
AppendFormatList()
,
AppendJustify()
,
AppendNum()
,
AppendNumFixedWidth()
,
AppendNumFixedWidthUC()
,
AppendNumUC()
,
Capitalize()
,
Collapse()
,
Collate()
,
Copy()
,
CopyC()
,
CopyCP()
,
CopyF()
,
CopyLC()
,
CopyUC()
,
Delete()
,
Expand()
,
Fill()
,
FillZ()
,
Fold()
,
Format()
,
FormatList()
,
Insert()
,
Justify()
,
LeftTPtr()
,
LowerCase()
,
MaxLength()
,
MaxSize()
,
MidTPtr()
,
Num()
,
NumFixedWidth()
,
NumFixedWidthUC()
,
NumUC()
,
PtrZ()
,
Repeat()
,
Replace()
,
RightTPtr()
,
SetLength()
,
SetMax()
,
Swap()
,
Trim()
,
TrimAll()
,
TrimLeft()
,
TrimRight()
,
UpperCase()
,
WPtr()
,
Zero()
,
ZeroTerminate()
,
__DECLARE_TEST
,
iMaxLength
,
operator+=()
,
operator[]()
Inherited from TDesC8
:
Alloc()
,
AllocL()
,
AllocLC()
,
AtC()
,
Compare()
,
CompareC()
,
CompareF()
,
DoSetLength()
,
Find()
,
FindC()
,
FindF()
,
Left()
,
Length()
,
Locate()
,
LocateF()
,
LocateReverse()
,
LocateReverseF()
,
Match()
,
MatchC()
,
MatchF()
,
Mid()
,
Ptr()
,
Right()
,
Size()
,
Type()
,
operator!=()
,
operator>()
,
operator>=()
,
operator<()
,
operator<=()
,
operator==()
Inherited from TPtr8
:
iPtr
,
operator=()
inline void Set(const TDes8 &aDes);
Produces a shallow copy of the argument descriptor.
|
inline void SetLengthOnly(const TDes8 &aDes);
Produces a shallow copy of the argument descriptor, but also restricts pointer access to the current actual size of the argument descriptor.
|
inline void Set(const TPtrC8 &aDes);
Produces a shallow copy of the argument descriptor, but restricts pointer access to the size of the const argument descriptor.
|
inline void Shift(TInt aOffset);
Seeks the current data pointer aOffset bytes from the current position.
|