#include <pic_io.h>
Inheritance diagram for dirac::MemoryStreamOutput:

Public Member Functions | |
| MemoryStreamOutput () | |
| Default Constructor. | |
| ~MemoryStreamOutput () | |
| Destructor. | |
| void | SetSequenceParams (SeqParams &sparams) |
| Set sequence parameters. | |
| void | SetMembufReference (unsigned char *buf, int buf_size) |
| Set the memory buffer to write the data to. | |
| bool | End () const |
| Returns true if we're at the end of the input, false otherwise. | |
Protected Member Functions | |
| MemoryStreamOutput (const MemoryStreamOutput &) | |
| Body-less copy constructor. | |
| MemoryStreamOutput & | operator= (const MemoryStreamOutput &) |
| Body-less assignment operator. | |
Protected Attributes | |
| OutputMemoryBuffer | m_membuf |
| Output stream Memory buffer. | |
Classes | |
| class | OutputMemoryBuffer |
| local memory buffer More... | |
Definition at line 114 of file pic_io.h.
1.4.5