Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Static Public Member Functions
Rapicorn::IdAllocator Class Reference

Class for randomized and thread safe ID allocation. More...

#include <memory.hh>

Inherited by Rapicorn::IdAllocatorImpl.

List of all members.

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)

Detailed Description

Class for randomized and thread safe ID allocation.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines