27 #ifndef PTLIB_ID_GENERATOR_H
28 #define PTLIB_ID_GENERATOR_H
51 std::set<Handle> m_inUse;
64 #endif // PTLIB_ID_GENERATOR_H
This class implements critical section mutexes using the most efficient mechanism available on the ho...
Definition: mutex.h:270
unsigned int Handle
Definition: id_generator.h:46
This class generates unique numerical "handles".
Definition: id_generator.h:43
bool IsValid(Handle id) const
static const Handle Invalid
Definition: id_generator.h:47