The main header file of the library defining the namespace and basic data types.
#define AUD_NAMESPACE_END
Closes the audaspace namespace aud.
Definition Audaspace.h:119
#define AUD_NAMESPACE_BEGIN
Opens the audaspace namespace aud.
Definition Audaspace.h:116
#define AUD_API
Used for exporting symbols in the shared library.
Definition Audaspace.h:93
This class provides an interface for lockable objects.
Definition ILockable.h:34
virtual void unlock()=0
Unlocks the previously locked object.
virtual void lock()=0
Locks the object.