Rosetta  2019.12
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces
heap.cc File Reference

class definition for a heap object based on Charlie Strauss's heap code ported over from rosetta++. More...

#include <utility/heap.hh>

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

Author
James Thompson
Charlie Strauss