ell::util::QueueKey Class Reference
#include <PriorityQueue.hh>
Detailed Description
the key for an element of the queue
Definition at line 13 of file PriorityQueue.hh.
Public Member Functions | |
| bool | operator< (const QueueKey &toCompare) const |
| QueueKey (const double E, const CSequence &s) | |
| QueueKey () | |
| ~QueueKey () | |
Data Fields | |
| double | E |
| CSequence | s |
Constructor & Destructor Documentation
| ell::util::QueueKey::QueueKey | ( | ) |
| ell::util::QueueKey::QueueKey | ( | const double | E, | |
| const CSequence & | s | |||
| ) |
| ell::util::QueueKey::~QueueKey | ( | ) |
Member Function Documentation
| bool ell::util::QueueKey::operator< | ( | const QueueKey & | toCompare | ) | const |
less comparison based on E and using the lexicographical order of s as tiebreaker
Field Documentation
| double ell::util::QueueKey::E |
The documentation for this class was generated from the following file:
- src/ell/util/PriorityQueue.hh