26 #ifndef SENF_PACKET_STD_CONTAINER 33 if (b_ >= data_ + n) {
36 ::memmove(b_ - n, b_, pos - b_);
49 size_type requestSize (allocationSize(dataSize + n));
51 ::memcpy(newData +
HeadRoom, b_, posIndex);
52 ::memcpy(newData +
HeadRoom + posIndex + n, b_ + posIndex, dataSize - posIndex);
56 e_ = b_ + dataSize + n;
boost::uint8_t value_type
static size_type const HeadRoom
raw_container::size_type size_type
raw_container::iterator iterator
static size_type const ChunkSizeIndex