All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
List of all members
RadixHeap< IM >::UnderFlowPriorityError Class Reference

Detailed Description

template<typename IM>
class lemon::RadixHeap< IM >::UnderFlowPriorityError

This Exception is thrown when a smaller priority is inserted into the RadixHeap then the last time erased.

See Also
RadixHeap

#include <lemon/radix_heap.h>

+ Inheritance diagram for RadixHeap< IM >::UnderFlowPriorityError:

Additional Inherited Members

- Public Member Functions inherited from Exception
 Exception () throw ()
 Constructor.
 
virtual ~Exception () throw ()
 Virtual destructor.