![Symbian Developer Library](../../../../a_stock/images/mainheading.gif)
![]() |
![]() |
|
class CCirBuffer : public CCirBuf< TUint8 >;
Circular buffer of unsigned integers.
The integer values range from -128 to +127.
CCirBuf< TUint8 >
- No description.
CCirBuffer
-
Circular buffer of unsigned integers.
Defined in CCirBuffer
:
CCirBuffer()
Default C++ constructor. Get()
Removes an unsigned integer value from the circular buffer and returns its value...Put(TInt)
Adds a signed integer value in the range -128 to +127 to the circular buffer.~CCirBuffer()
Destructor IMPORT_C TInt Get();
Removes an unsigned integer value from the circular buffer and returns its value.
The returned TUint8 is promoted to a TInt to allow for negative error codes, e.g. KErrGeneral.
|
IMPORT_C TInt Put(TInt aVal);
Adds a signed integer value in the range -128 to +127 to the circular buffer.
|
|