Generated on Tue Dec 16 13:35:10 2008 for ell-3.0.0 by doxygen 1.5.1

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

energy of the key state

Definition at line 16 of file PriorityQueue.hh.

compressed string representation of the key state

Definition at line 18 of file PriorityQueue.hh.


The documentation for this class was generated from the following file: