Public Methods | |
SoundStateFlyWeight (unsigned int no_states) | |
virtual | ~SoundStateFlyWeight () |
SoundState * | getSoundState (SoundState *state) |
void | releaseSoundState (SoundState *state) |
void | clean () |
Private Attributes | |
std::vector< osg::ref_ptr< SoundState > > | m_sound_states |
std::stack< SoundState * > | m_available_states |
|
|
|
|
|
|
|
|
|
|
|
|
|
|