Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/simple-allocator.hpp"
Policy: maintain explicit per type instance count.
Definition at line 87 of file simple-allocator.hpp.
Public Member Functions | |
template<class XX > | |
size_t | allocationCount () const |
template<class XX > | |
void | decrementCount () |
template<class XX > | |
void | incrementCount () |
Private Attributes | |
lib::TypedCounter | allocCnt_ |