#include <ISoundElement.h>
Public Member Functions | |
Lock (ISoundElement *e) | |
~Lock () | |
Private Attributes | |
ISoundElement * | m_element |
Definition at line 19 of file ISoundElement.h.
ISoundElement::ISoundElement::Lock::Lock | ( | ISoundElement * | e | ) |
Definition at line 128 of file ISoundElement.cpp.
References ISoundElement::ISoundElement::Lock::m_element, and ISoundElement::m_mtx.
ISoundElement::ISoundElement::Lock::~Lock | ( | ) |
Definition at line 133 of file ISoundElement.cpp.
References ISoundElement::ISoundElement::Lock::m_element, and ISoundElement::m_mtx.
ISoundElement* ISoundElement::ISoundElement::Lock::m_element [private] |
Definition at line 25 of file ISoundElement.h.
Referenced by ISoundElement::ISoundElement::Lock::Lock(), and ISoundElement::ISoundElement::Lock::~Lock().