#include <SampleBufferRepos.h>
Inheritance diagram for syn::SampleBufferRepos:


Public Methods | |
| SampleBufferRepos () | |
| void | take (SampleBuffer1f *&t) |
| take an item from the repository use this function like you would use "new". More... | |
| void | putback (SampleBuffer1f *t) |
| put back an item to the repository use this function like you would use "delete". More... | |
| unsigned int | bufsize () |
| todo: move this crap. More... | |
Definition at line 13 of file SampleBufferRepos.h.
|
|
Definition at line 16 of file SampleBufferRepos.h. |
|
|
take an item from the repository use this function like you would use "new".
Definition at line 23 of file SampleBufferRepos.h. |
|
|
put back an item to the repository use this function like you would use "delete".
Definition at line 32 of file SampleBufferRepos.h. |
|
|
todo: move this crap.
Definition at line 38 of file SampleBufferRepos.h. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001