CS::Memory::AllocatorSafe< Allocator > Class Template Reference
Threadsafe allocator wrapper. More...
#include <csutil/allocator.h>
Inherits Allocator.
Protected Attributes | |
| CS::Threading::RecursiveMutex | mutex |
| Mutex to lock the wrapped allocator. | |
Detailed Description
template<class Allocator>
class CS::Memory::AllocatorSafe< Allocator >
Threadsafe allocator wrapper.
Definition at line 660 of file allocator.h.
Member Data Documentation
template<class Allocator>
CS::Threading::RecursiveMutex CS::Memory::AllocatorSafe< Allocator >::mutex [protected] |
Mutex to lock the wrapped allocator.
Definition at line 666 of file allocator.h.
The documentation for this class was generated from the following file:
- csutil/allocator.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
