LLBufferArray Member List
This is the complete list of members for
LLBufferArray, including all inherited members.
append(S32 channel, const U8 *src, S32 len) | LLBufferArray | |
beginSegment() | LLBufferArray | |
capacity() const | LLBufferArray | |
constructSegmentAfter(U8 *address, LLSegment &segment) | LLBufferArray | |
copyIntoBuffers(S32 channel, const U8 *src, S32 len, std::vector< LLSegment > &segments) | LLBufferArray | [protected] |
count(S32 channel) const | LLBufferArray | [inline] |
countAfter(S32 channel, U8 *start) const | LLBufferArray | |
endSegment() | LLBufferArray | |
eraseSegment(const segment_iterator_t &iter) | LLBufferArray | |
getSegment(U8 *address) const | LLBufferArray | |
getSegment(U8 *address) | LLBufferArray | |
insertAfter(segment_iterator_t segment, S32 channel, const U8 *src, S32 len) | LLBufferArray | |
LLBufferArray() | LLBufferArray | |
makeChannelConsumer(const LLChannelDescriptors &channels) | LLBufferArray | [static] |
makeSegment(S32 channel, S32 length) | LLBufferArray | |
nextChannel() | LLBufferArray | |
prepend(S32 channel, const U8 *src, S32 len) | LLBufferArray | |
readAfter(S32 channel, U8 *start, U8 *dest, S32 &len) const | LLBufferArray | |
seek(S32 channel, U8 *start, S32 delta) const | LLBufferArray | |
splitAfter(U8 *address) | LLBufferArray | |
takeContents(LLBufferArray &source) | LLBufferArray | |