#include "IDManager.h"
Public Member Functions | |
IDManager () | |
virtual | ~IDManager () |
T | grabNextID (void) |
Will find the next free id and return it. | |
void | freeID (T _id) |
Will set the provided id as free. | |
ot::IDManager< T >::IDManager | ( | ) |
|
virtual |
void ot::IDManager< T >::freeID | ( | T | _id | ) |
Will set the provided id as free.
T ot::IDManager< T >::grabNextID | ( | void | ) |
Will find the next free id and return it.