|
pianod2
multisource multiuser scriptable networked music player
|
#include <musictypes.h>


Public Member Functions | |
| MusicAutoReleasePool () | |
| ~MusicAutoReleasePool () | |
Private Member Functions | |
| void | add (MusicThingie *item) |
| void | unadd (MusicThingie *item) |
| Remove an item from the release pool when it fails subsequent construction. More... | |
Private Attributes | |
| MusicAutoReleasePool * | previousPool |
Friends | |
| class | MusicThingie |
| MusicAutoReleasePool::MusicAutoReleasePool | ( | ) |
| MusicAutoReleasePool::~MusicAutoReleasePool | ( | ) |
|
inlineprivate |

|
private |
Remove an item from the release pool when it fails subsequent construction.

|
friend |
|
private |