|
||
class TPckg : public TPtr8;
Packages a modifiable pointer descriptor which represents an object of specific type.
The template parameter defines the type of object.
The object represented by the packaged pointer descriptor is accessible through the package.
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.
TPckg
- ...
Defined in TPckg
:
TPckg(const T &)
Constructs a packaged modifiable pointer descriptor to represent the specified o...operator()()
Gets a reference to the object represented by this packaged modifiable pointer d...Inherited from TDes8
:
Append(TChar)
Appends a character onto the end of this descriptor's data.Append(const TDesC16 &)
Appends data onto the end of this descriptor's data.Append(const TDesC8 &)
Appends data onto the end of this descriptor's data.Append(const TUint8 *,TInt)
Appends data onto the end of this descriptor's data.AppendFill(TChar,TInt)
Appends and fills this descriptor with the specified character.AppendFormat(TRefByValue< const TDesC8 >,...)
Formats and appends text onto the end of this descriptor's data.AppendFormat(TRefByValue< const TDesC8 >,TDes8Overflow *,...)
Formats and appends text onto the end of this descriptor's data.AppendFormatList(const TDesC8 &,VA_LIST,TDes8Overflow *)
Formats and appends text onto the end of this descriptor's data.AppendJustify(const TDesC8 &,TInt,TAlign,TChar)
Appends data onto the end of this descriptor's data and justifies it.AppendJustify(const TDesC8 &,TInt,TInt,TAlign,TChar)
Appends data onto the end of this descriptor's data and justifies it.AppendJustify(const TUint8 *,TInt,TAlign,TChar)
Appends a zero terminated string onto the end of this descriptor's data and just...AppendJustify(const TUint8 *,TInt,TInt,TAlign,TChar)
Appends data onto the end of this descriptor's data and justifies it.AppendNum(TInt64)
Converts the 64-bit signed integer into a decimal character representation and a...AppendNum(TReal,const TRealFormat &)
Converts the specified floating point number into a character representation and...AppendNum(TUint64,TRadix)
Converts the specified 64-bit unsigned integer into a character representation b...AppendNumFixedWidth(TUint,TRadix,TInt)
Converts the specified unsigned integer into a fixed width character representat...AppendNumFixedWidthUC(TUint,TRadix,TInt)
Converts the specified unsigned integer into a fixed width character representat...AppendNumUC(TUint64,TRadix)
Converts the specified 64-bit unsigned integer into a character representation b...Capitalize()
Capitalises the content of this descriptor.Collapse()
Collapse all characters from 16 to 8 bitsCollate()
Performs collation on the content of this descriptor. Copy(const TDesC16 &)
Copies data into this descriptor replacing any existing data.Copy(const TDesC8 &)
Copies data into this descriptor replacing any existing data.Copy(const TUint8 *)
Copies data into this descriptor replacing any existing data.Copy(const TUint8 *,TInt)
Copies data into this descriptor replacing any existing data.CopyC(const TDesC8 &)
Copies and collates data from the specified descriptor into this descriptor repl...CopyCP(const TDesC8 &)
Copies text from the specified descriptor and capitalises it before putting it i...CopyF(const TDesC8 &)
Copies and folds data from the specified descriptor into this descriptor replaci...CopyLC(const TDesC8 &)
Copies text from the specified descriptor and converts it to lower case before p...CopyUC(const TDesC8 &)
Copies text from the specified descriptor and converts it to upper case before p...Delete(TInt,TInt)
Deletes data from this descriptor.Expand()
Expand all characters from 8 to 16 bitsFill(TChar)
Fills the descriptor's data area with the specified character, replacing any exi...Fill(TChar,TInt)
Fills the descriptor's data area with the specified character, replacing any exi...FillZ()
Fills the descriptor's data area with binary zeroes, i.e. 0x00, replacing any ex...FillZ(TInt)
Fills the descriptor's data area with binary zeroes, i.e. 0x00, replacing any ex...Fold()
Performs folding on the content of this descriptor.Format(TRefByValue< const TDesC8 >,...)
Formats and copies text into this descriptor, replacing any existing data.FormatList(const TDesC8 &,VA_LIST)
Formats and copies text into this descriptor, replacing any existing data.Insert(TInt,const TDesC8 &)
Inserts data into this descriptor.Justify(const TDesC8 &,TInt,TAlign,TChar)
Copies data into this descriptor and justifies it, replacing any existing data.LeftTPtr(TInt)const
Extracts the leftmost part of the data.LowerCase()
Converts the content of this descriptor to lower case.MaxLength()const
Gets the maximum length of the descriptor.MaxSize()const
Gets the maximum size of the descriptor.MidTPtr(TInt)const
Extracts a portion of the data.MidTPtr(TInt,TInt)const
Extracts a portion of the data.Num(TInt64)
Converts the 64-bit signed integer into a decimal character representation and c...Num(TReal,const TRealFormat &)
Converts the specified floating point number into a character representation and...Num(TUint64,TRadix)
Converts the specified 64-bit unsigned integer into a character representation b...NumFixedWidth(TUint,TRadix,TInt)
Converts the specified unsigned integer into a fixed width character representat...NumFixedWidthUC(TUint,TRadix,TInt)
Converts the specified unsigned integer into a fixed width character representat...NumUC(TUint64,TRadix)
Converts the specified 64-bit unsigned integer into a character representation b...PtrZ()
Appends a zero terminator onto the end of this descriptor's data and returns a p...Repeat(const TDesC8 &)
Copies data with repetition into this descriptor, from another descriptor, repla...Repeat(const TUint8 *,TInt)
Copies data with repetition into this descriptor, from a memory location specifi...Replace(TInt,TInt,const TDesC8 &)
Replaces data in this descriptor.RightTPtr(TInt)const
Extracts the rightmost part of the data.SetLength(TInt)
Sets the length of the data represented by the descriptor to the specified value...SetMax()
Sets the length of the data to the maximum length of the descriptor. Swap(TDes8 &)
Swaps the data represented by this descriptor with the data represented by the s...TDes8(TInt,TInt,TInt)
Trim()
Deletes leading and trailing whitespace characters from the descriptor's data.TrimAll()
Deletes leading and trailing whitespace characters from the descriptor's data an...TrimLeft()
Deletes leading whitespace characters from the descriptor's data.TrimRight()
Deletes trailing whitespace characters from the descriptor's data.UpperCase()
Converts the content of this descriptor to upper case.WPtr()const
Zero()
Sets the length of the data to zero. ZeroTerminate()
Appends a zero terminator onto the end of this descriptor's data.__DECLARE_TEST
iMaxLength
operator+=(const TDesC8 &)
Appends data onto the end of this descriptor's data and returns a reference to t...operator=(const TDes8 &)
Copies data into this descriptor replacing any existing data.operator[](TInt)
Gets a non-const reference to a single data item within this descriptor's data.operator[](TInt)const
Gets a const reference to a single data item within this descriptor's data.Inherited from TDesC8
:
Alloc()const
Creates a new 8-bit heap descriptor and initialises it with a copy of this descr...AllocL()const
Creates a new 8-bit heap descriptor and initialises it with a copy of this descr...AllocLC()const
Creates a new 8-bit heap descriptor, initialises it with a copy of this descript...AtC(TInt)const
Compare(const TDesC8 &)const
Compares this descriptor's data with the specified descriptor's data.CompareC(const TDesC8 &)const
Compares this descriptor's data with the specified descriptor's data using the s...CompareF(const TDesC8 &)const
Compares this descriptor's folded data with the specified descriptor's folded da...DoSetLength(TInt)
Find(const TDesC8 &)const
Searches for the first occurrence of the specified data sequence within this des...Find(const TUint8 *,TInt)const
Searches for the first occurrence of the specified data sequence within this des...FindC(const TDesC8 &)const
Searches for the first occurrence of the specified collated data sequence within...FindC(const TUint8 *,TInt)const
Searches for the first occurrence of the specified collated data sequence within...FindF(const TDesC8 &)const
Searches for the first occurrence of the specified folded data sequence within t...FindF(const TUint8 *,TInt)const
Searches for the first occurrence of the specified folded data sequence within t...Left(TInt)const
Extracts the leftmost part of the data.Length()const
Gets the length of the data.Locate(TChar)const
Searches for the first occurrence of a character within this descriptor's data.LocateF(TChar)const
Searches for the first occurrence of a folded character within this descriptor's...LocateReverse(TChar)const
Searches for the first occurrence of a character within this descriptor's data, ...LocateReverseF(TChar)const
Searches for the first occurrence of a folded character within this descriptor's...Match(const TDesC8 &)const
Searches this descriptor's data for a match with the match pattern supplied in t...MatchC(const TDesC8 &)const
Searches this descriptor's collated data for a match with the collated match pat...MatchF(const TDesC8 &)const
Searches this descriptor's folded data for a match with the folded match pattern...Mid(TInt)const
Extracts a portion of the data.Mid(TInt,TInt)const
Extracts a portion of the data.Ptr()const
Gets a pointer to the data represented by the descriptor.Right(TInt)const
Extracts the rightmost part of the data.Size()const
Gets the size of the data.TDesC8(TInt,TInt)
Type()const
operator!=(const TDesC8 &)const
Determines whether this descriptor's data is not equal to the specified descript...operator>(const TDesC8 &)const
Determines whether this descriptor's data is greater than the specified descript...operator>=(const TDesC8 &)const
Determines whether this descriptor's data is greater than or equal to the specif...operator<(const TDesC8 &)const
Determines whether this descriptor's data is less than the specified descriptor'...operator<=(const TDesC8 &)const
Determines whether this descriptor's data is less than or equal to the specified...operator==(const TDesC8 &)const
Determines whether this descriptor's data is equal to the specified descriptor's...Inherited from TPtr8
:
Set(TUint8 *,TInt,TInt)
Sets the 8-bit modifiable pointer descriptor to point to the specified location ...Set(const TPtr8 &)
Sets the 8-bit modifiable pointer descriptor from an existing 8-bit modifiable p...TPtr8(TUint8 *,TInt)
Constructs the 8-bit modifiable pointer descriptor to point to the specified loc...TPtr8(TUint8 *,TInt,TInt)
Constructs the 8-bit modifiable pointer descriptor to point to the specified loc...iPtr
operator=(const TDesC8 &)
Copies data into this 8-bit modifiable pointer descriptor replacing any existing...operator=(const TPtr8 &)
Copies data into this 8-bit modifiable pointer descriptor replacing any existing...operator=(const TUint8 *)
Copies data into this 8-bit modifiable pointer descriptor replacing any existing...inline TPckg(const T &aRef);
Constructs a packaged modifiable pointer descriptor to represent the specified object whose type is defined by the template parameter.
|
inline T& operator()();
Gets a reference to the object represented by this packaged modifiable pointer descriptor.
|