Developer Documentation
|
#include <OpenFlipper/libs_required/ACG/Utils/HeapT.hh>
This class demonstrates the HeapInterface's interface. If you want to build your customized heap you will have to specify a heap interface class and use this class as a template parameter for the class HeapT. This class defines the interface that this heap interface has to implement.