Rosetta
Classes | Namespaces
heap.hh File Reference

class definition for a heap object based on Charlie Strauss's heap code ported over from rosetta++. Stores a sorted list of integers based on floating-point values. More...

#include <utility/heap.fwd.hh>
#include <utility/vector0.hh>
#include <utility/VirtualBase.hh>

Classes

class  utility::heap
 

Namespaces

 utility
 unresizable vector whose size is known at compile time, which may be allocated on the stack, and which indexes from 0.
 

Detailed Description

class definition for a heap object based on Charlie Strauss's heap code ported over from rosetta++. Stores a sorted list of integers based on floating-point values.

Author
James Thompson