|
CSL
5.2
|
Writeable – a mix-in for buffers and streams that one can write to. More...
#include <CSL_Core.h>
Inheritance diagram for csl::Writeable:Public Member Functions | |
| virtual void | writeBuffer (Buffer &inputBuffer) throw (CException) |
| write to the receiver | |
| virtual | ~Writeable () |
Protected Member Functions | |
| virtual void | writeBuffer (Buffer &inputBuffer, unsigned bufNum) throw (CException) |
| write to the receiver | |
Writeable – a mix-in for buffers and streams that one can write to.
Definition at line 514 of file CSL_Core.h.
|
inlinevirtual |
Definition at line 517 of file CSL_Core.h.
|
virtual |
write to the receiver
Reimplemented in csl::Abst_SoundFile, csl::LSoundFile, csl::BufferStream, csl::RingBuffer, csl::JSoundFile, and csl::CASoundFile.
Definition at line 1115 of file CSL_Core.cpp.
Referenced by csl::RingBuffer::writeBuffer(), and csl::BufferStream::writeBuffer().
|
protectedvirtual |
write to the receiver
Reimplemented in csl::BufferStream, and csl::RingBuffer.
Definition at line 1111 of file CSL_Core.cpp.