Class MinHeap::Item

Nested Relationships

This class is a nested type of Template Class MinHeap.

Class Documentation

class n2::MinHeap::Item

Public Functions

Item()
Item(const KeyType &key)
Item(const KeyType &key, const DataType &data)
bool operator<(const Item &i2) const

Public Members

KeyType key
DataType data