#include <id.h>
Protected Types | |
enum | { NUM_BITS = numBits, MAX_ID = 1 << (numBits - 1) } |
Protected Member Functions | |
newIdGen () | |
Protected Attributes | |
uInt | m_idGen: numBits |
stores the last new id generated |
(templated with the maximum id size in bits)
Definition at line 116 of file id.h.
|
stores the number of bits per id and the resulting maximum id possible |
|
Definition at line 119 of file id.h. References newIdGen< numBits >::m_idGen. |
|
stores the last new id generated
Definition at line 130 of file id.h. Referenced by newIdGen< numBits >::newIdGen(). |