| class RMBufQ : public RCommsBufQ |
MBUF QUEUE
| Public Member Functions | |
|---|---|
| RMBufQ() | |
| RMBufQ(RMBuf *) | |
| RMBufQ(RMBuf *, RMBuf *) | |
| IMPORT_C void | Append(RMBuf *) |
| IMPORT_C void | Append(RMBufQ &) |
| IMPORT_C void | Append(RMBufChain &) |
| IMPORT_C void | Assign(RMBufQ &) |
| IMPORT_C void | Assign(RMBufChain &) |
| RMBuf * | First() |
| IMPORT_C void | Free() |
| IMPORT_C void | Init() |
| TBool | IsEmpty() |
| RMBuf * | Last() |
| IMPORT_C void | Prepend(RMBuf *) |
| IMPORT_C void | Prepend(RMBufQ &) |
| IMPORT_C void | Prepend(RMBufChain &) |
| IMPORT_C RMBuf * | Remove() |
| Private Member Functions | |
|---|---|
| IMPORT_C RMBuf * | RemoveLast() |
| IMPORT_C TInt | Transfer(RMBufQ &, TInt, TInt) |
| Inherited Attributes | |
|---|---|
| RCommsBufQ::iLast | |
| RCommsBufQ::iNext | |