Library of Assembled Shared Sources
lass::util::AllocatorLocked< Allocator, Lock, Locker > Class Template Reference

Guard a MT unsafe allocator with some lock. More...

#include <allocator.h>

Detailed Description

template<typename Allocator, typename Lock, typename Locker = util::Locker<Lock>>
class lass::util::AllocatorLocked< Allocator, Lock, Locker >

Guard a MT unsafe allocator with some lock.

  • concept: VariableAllocator or FixedAllocator, depending on template argument

Definition at line 271 of file allocator.h.


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