Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

syn::SampleBufferRepos Class Reference

repository for sample buffers. More...

#include <SampleBufferRepos.h>

Inheritance diagram for syn::SampleBufferRepos:

Inheritance graph
[legend]
Collaboration diagram for syn::SampleBufferRepos:

Collaboration graph
[legend]
List of all members.

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...


Detailed Description

repository for sample buffers.

Definition at line 13 of file SampleBufferRepos.h.


Constructor & Destructor Documentation

syn::SampleBufferRepos::SampleBufferRepos ( ) [inline]
 

Definition at line 16 of file SampleBufferRepos.h.


Member Function Documentation

void syn::SampleBufferRepos::take ( SampleBuffer1f *& t ) [inline]
 

take an item from the repository use this function like you would use "new".

Definition at line 23 of file SampleBufferRepos.h.

void syn::SampleBufferRepos::putback ( SampleBuffer1f * t ) [inline]
 

put back an item to the repository use this function like you would use "delete".

Definition at line 32 of file SampleBufferRepos.h.

unsigned int syn::SampleBufferRepos::bufsize ( ) [inline]
 

todo: move this crap.

Definition at line 38 of file SampleBufferRepos.h.


The documentation for this class was generated from the following file:
Generated at Mon Apr 15 09:28:07 2002 for subsynth by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001