Rapicorn - Experimental UI Toolkit - Source Code
13.07.0
|
Class for randomized and thread safe ID allocation. More...
#include <memory.hh>
Inherited by Rapicorn::IdAllocatorImpl.
Public Member Functions | |
virtual uint | alloc_id ()=0 |
virtual void | release_id (uint unique_id)=0 |
virtual bool | seen_id (uint unique_id)=0 |
Static Public Member Functions | |
static IdAllocator * | _new (uint startval=1) |
Class for randomized and thread safe ID allocation.