#include <btsdp.h>
| class CElementParser::CLinearBuf : public CBase |
| Public Member Functions | |
|---|---|
| ~CLinearBuf() | |
| void | AppendL(const TDesC8 &) |
| void | Consume(TInt) |
| CLinearBuf * | NewLC(TInt) |
| const TPtrC8 | Ptr() |
| TInt | Size() |
| void | AppendL | ( | const TDesC8 & | aData | ) |
Add aData onto the end of this linear buffer.
| void | Consume | ( | TInt | aLength | ) |
Consume the first aLength bytes of the buffer.
Optimised to avoid copies and heap operations on frequent calls to this function.