|
INET Framework for OMNeT++/OMNEST
|
This is the complete list of members for inet::ChunkQueue, including all inherited members.
| ChunkQueue(const char *name=nullptr, const Ptr< const Chunk > &content=EmptyChunk::singleton) | inet::ChunkQueue | |
| ChunkQueue(const ChunkQueue &other) | inet::ChunkQueue | |
| ChunkQueueDescriptor class | inet::ChunkQueue | friend |
| clear() | inet::ChunkQueue | |
| content | inet::ChunkQueue | protected |
| dup() const override | inet::ChunkQueue | inlinevirtual |
| getContent() const | inet::ChunkQueue | inlineprotected |
| getLength() const | inet::ChunkQueue | inline |
| getPoppedLength() const | inet::ChunkQueue | inline |
| getPushedLength() const | inet::ChunkQueue | inline |
| has(b length=b(-1)) const | inet::ChunkQueue | inline |
| isIteratorConsistent(const Chunk::Iterator &iterator) | inet::ChunkQueue | inlineprotected |
| iterator | inet::ChunkQueue | protected |
| moveIteratorOrRemove(b length) | inet::ChunkQueue | protected |
| peek(b length=b(-1), int flags=0) const | inet::ChunkQueue | |
| peek(b length=b(-1), int flags=0) const | inet::ChunkQueue | inline |
| peekAll(int flags=0) const | inet::ChunkQueue | inline |
| peekAllAsBits(int flags=0) const | inet::ChunkQueue | inline |
| peekAllAsBytes(int flags=0) const | inet::ChunkQueue | inline |
| peekAt(b offset, b length, int flags=0) const | inet::ChunkQueue | |
| peekAt(b offset, b length=b(-1), int flags=0) const | inet::ChunkQueue | inline |
| pop(b length=b(-1), int flags=0) | inet::ChunkQueue | |
| pop(b length=b(-1), int flags=0) | inet::ChunkQueue | inline |
| poppedLength | inet::ChunkQueue | protected |
| push(const Ptr< const Chunk > &chunk) | inet::ChunkQueue | |
| pushedLength | inet::ChunkQueue | protected |
| remove(b length) | inet::ChunkQueue | protected |
| str() const override | inet::ChunkQueue | virtual |