User Documentation |
RAVL, Recognition And Vision Library |
DEVELOP | HOME PAGE | CLASS LIST | CONTENTS |
Ravl - Core - Queues - PriQueueLC<class K,class D> |
PUBLIC |
PriQueueLC::PriQueueLC(void) PriQueueLC::IsElm(void) const PriQueueLC::IsEmpty(void) const PriQueueLC::Top(void) PriQueueLC::Top(void) const PriQueueLC::TopKey(void) const PriQueueLC::DelTop(void) PriQueueLC::GetTopPair(void) PriQueueLC::GetTop(void) PriQueueLC::Insert(const K &,const D &) PriQueueLC::Insert(Tuple2C PriQueueLC::Remove(const Tuple2C PriQueueLC::Remove(const K &) PriQueueLC::Size(void) const PriQueueLC::Dump(HeapNodeC PriQueueLC::Empty(void) RCHandleC::operator =(const RCHandleC RCHandleC::DeepCopy(UIntT) const RCHandleC::operator ==(const RCHandleC RCHandleC::operator !=(const RCHandleC RCHandleC::Hash(void) const RCHandleC::IsValid(void) const RCHandleC::Invalidate(void) RCHandleC::IsHandleType(const DT &) const RCHandleC::CheckHandleType(const DT &) const RCHandleC::References(void) const RCHandleC::operator <<(ostream &,const RCHandleC RCHandleC::operator >>(istream &,RCHandleC |
PriQueueLC<class K,class D> | |
Pointer based version of Priority Queue. | |
include | "Ravl/PriQueueL.hh" |
Created: | 28/10/96 |
User Level: | Normal |
Library: | RavlCore |
Example: | TPriQ.cc |
In Scope: | RavlN |
Notes: This is a BIG OBJECT. Keys must have operation '<' defined. This queue assumes: **** Small numbers == High priority. ****The order in which items of equal priority are retrieved should be treated as 'unknown'. Parent Classes:
#include "Ravl/RefCounter.hh" |
Maintainer:Charles Galambos, Created: 28/10/96, Documentation by CxxDoc: Tue Aug 13 09:59:02 2002 |