OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | Private Member Functions | List of all members
MWSound::OpenAL_Output::StreamThread Struct Reference
Inheritance diagram for MWSound::OpenAL_Output::StreamThread:
Collaboration diagram for MWSound::OpenAL_Output::StreamThread:

Public Types

typedef std::vector
< OpenAL_SoundStream * > 
StreamVec
 

Public Member Functions

 StreamThread ()
 
 ~StreamThread ()
 
virtual void run ()
 
void add (OpenAL_SoundStream *stream)
 
void remove (OpenAL_SoundStream *stream)
 
void removeAll ()
 

Public Attributes

StreamVec mStreams
 
volatile bool mQuitNow
 
OpenThreads::Mutex mMutex
 
OpenThreads::Condition mCondVar
 

Private Member Functions

 StreamThread (const StreamThread &rhs)
 
StreamThreadoperator= (const StreamThread &rhs)
 

Member Typedef Documentation

Constructor & Destructor Documentation

MWSound::OpenAL_Output::StreamThread::StreamThread ( )
inline
MWSound::OpenAL_Output::StreamThread::~StreamThread ( )
inline
MWSound::OpenAL_Output::StreamThread::StreamThread ( const StreamThread rhs)
private

Member Function Documentation

void MWSound::OpenAL_Output::StreamThread::add ( OpenAL_SoundStream stream)
inline
StreamThread& MWSound::OpenAL_Output::StreamThread::operator= ( const StreamThread rhs)
private
void MWSound::OpenAL_Output::StreamThread::remove ( OpenAL_SoundStream stream)
inline
void MWSound::OpenAL_Output::StreamThread::removeAll ( )
inline
virtual void MWSound::OpenAL_Output::StreamThread::run ( )
inlinevirtual

Member Data Documentation

OpenThreads::Condition MWSound::OpenAL_Output::StreamThread::mCondVar
OpenThreads::Mutex MWSound::OpenAL_Output::StreamThread::mMutex
volatile bool MWSound::OpenAL_Output::StreamThread::mQuitNow
StreamVec MWSound::OpenAL_Output::StreamThread::mStreams

The documentation for this struct was generated from the following file: