#include <Chunk.h>
◆ Iterator() [1/4]
| inet::Chunk::Iterator::Iterator |
( |
b |
position | ) |
|
|
inline |
◆ Iterator() [2/4]
| inet::Chunk::Iterator::Iterator |
( |
B |
position | ) |
|
|
inline |
◆ Iterator() [3/4]
| inet::Chunk::Iterator::Iterator |
( |
bool |
isForward, |
|
|
b |
position, |
|
|
int |
index |
|
) |
| |
|
inlineexplicit |
◆ Iterator() [4/4]
| inet::Chunk::Iterator::Iterator |
( |
const Iterator & |
other | ) |
|
|
inline |
◆ getIndex()
| int inet::Chunk::Iterator::getIndex |
( |
| ) |
const |
|
inline |
◆ getPosition()
| b inet::Chunk::Iterator::getPosition |
( |
| ) |
const |
|
inline |
Referenced by inet::Packet::getBack(), inet::Packet::getBackOffset(), inet::Packet::getDataLength(), inet::Packet::getFrontOffset(), inet::ChunkQueue::getLength(), inet::Chunk::has(), inet::Packet::hasDataAt(), inet::ChunkQueue::isIteratorConsistent(), inet::Packet::isIteratorConsistent(), inet::SequenceChunk::moveIterator(), inet::Chunk::moveIterator(), inet::ChunkQueue::moveIteratorOrRemove(), inet::Packet::parsimPack(), inet::ChunkQueue::peekAt(), inet::Chunk::peekConverted(), inet::Packet::peekDataAt(), inet::EmptyChunk::peekUnchecked(), inet::cPacketChunk::peekUnchecked(), inet::BitCountChunk::peekUnchecked(), inet::BytesChunk::peekUnchecked(), inet::BitsChunk::peekUnchecked(), inet::ByteCountChunk::peekUnchecked(), inet::EncryptedChunk::peekUnchecked(), inet::FieldsChunk::peekUnchecked(), inet::SliceChunk::peekUnchecked(), inet::SequenceChunk::peekUnchecked(), inet::ChunkQueue::push(), inet::ChunkQueue::remove(), inet::Packet::setBackOffset(), inet::Packet::setFrontOffset(), inet::ChunkQueue::str(), inet::Packet::trimBack(), and inet::Packet::trimFront().
◆ isBackward()
| bool inet::Chunk::Iterator::isBackward |
( |
| ) |
const |
|
inline |
◆ isCorrect()
| bool inet::Chunk::Iterator::isCorrect |
( |
| ) |
|
|
inline |
◆ isForward()
| bool inet::Chunk::Iterator::isForward |
( |
| ) |
const |
|
inline |
◆ setIndex()
| void inet::Chunk::Iterator::setIndex |
( |
int |
index | ) |
|
|
inline |
◆ setPosition()
| void inet::Chunk::Iterator::setPosition |
( |
b |
position | ) |
|
|
inline |
◆ index
| int inet::Chunk::Iterator::index |
|
protected |
◆ isForward_
| const bool inet::Chunk::Iterator::isForward_ |
|
protected |
◆ position
| b inet::Chunk::Iterator::position |
|
protected |
The documentation for this class was generated from the following file: