Jafar
|
This collector correctly collects all ids, but does not perform all sanity checks, in particular it does not check if the released id was really taken Memory complexity: linear in number of collected ids Time complexity: constant. More...
This collector correctly collects all ids, but does not perform all sanity checks, in particular it does not check if the released id was really taken Memory complexity: linear in number of collected ids Time complexity: constant.
Definition at line 50 of file IdFactory.hpp.
#include <IdFactory.hpp>
Public Member Functions | |
bool | empty () |
T | get () |
bool | collect (T id) |
T | size () |
void | clear () |
T | defrag (T lastid) |
Private Types | |
typedef std::list< T > | storage_t |
Private Attributes | |
storage_t | freed |
Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |