#include <llbufferstream.h>
Collaboration diagram for LLBufferStream:
Public Member Functions | |
LLBufferStream (const LLChannelDescriptors &channels, LLBufferArray *buffer) | |
~LLBufferStream () | |
Protected Attributes | |
LLBufferStreamBuf | mStreamBuf |
This class does not own the buffer array, and does not hold a shared pointer to it. Since the class itself is fairly ligthweight, just make one on the stack when needed and let it fall out of scope.
Definition at line 144 of file llbufferstream.h.
LLBufferStream::LLBufferStream | ( | const LLChannelDescriptors & | channels, | |
LLBufferArray * | buffer | |||
) |
LLBufferStream::~LLBufferStream | ( | ) |
LLBufferStreamBuf LLBufferStream::mStreamBuf [protected] |
Definition at line 153 of file llbufferstream.h.