Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Types | Private Attributes
jafar::kernel::IdCollectorList< T > Class Template Reference

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...


Detailed Description

template<typename T>
class jafar::kernel::IdCollectorList< T >

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>

List of all members.

Public Member Functions

bool empty ()
get ()
bool collect (T id)
size ()
void clear ()
defrag (T lastid)

Private Types

typedef std::list< T > storage_t

Private Attributes

storage_t freed

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

Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1
LAAS-CNRS