CSL
6.0
|
Writeable – a mix-in for buffers and streams that one can write to. More...
#include <CSL_Core.h>
Public Member Functions | |
virtual void | writeBuffer (Buffer &inputBuffer) throw (CException) |
write to the receiver More... | |
virtual | ~Writeable () |
Protected Member Functions | |
virtual void | writeBuffer (Buffer &inputBuffer, unsigned bufNum) throw (CException) |
write to the receiver More... | |
Writeable – a mix-in for buffers and streams that one can write to.
Definition at line 546 of file CSL_Core.h.
|
inlinevirtual |
Definition at line 549 of file CSL_Core.h.
|
virtual |
write to the receiver
Reimplemented in csl::Abst_SoundFile, csl::BufferStream, csl::LSoundFile, csl::RingBuffer, csl::JSoundFile, and csl::CASoundFile.
Definition at line 1269 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 1265 of file CSL_Core.cpp.