Next Previous Contents

4.11 Abstract class Allocator<T>

Defined in: allocpool.h

Extends: -

Overview: An Allocator is an object that knows how to allocate a node/edge attribute of type T. Subclasses can be used to implement different allocation strategies.


Next Previous Contents