#include <KDPQueue.h>
Inheritance diagram for KDPQueue< KDPQKey, KDPQElement >:


Public Member Functions | |
| KDPQueue () | |
| KDPQueue (int i_maxKeys) | |
| ~KDPQueue () | |
| void | printOn (std::ostream &out) const |
| void | readFrom (std::istream &in) |
| void | Insert (KDPQKey i_key, KDPQElement *i_element) |
| KDPQKey | GetMaxKey () const |
| KDPQKey | GetMinKey () const |
| KDPQKey | GetIthKey (int i_idx) const |
| KDPQElement * | GetIthElement (int i_idx) const |
| void | ref () |
| void | unref () |
| int | unique () |
| virtual void | destroy () |
| virtual void | serialize (std::ostream &out) const |
| virtual void | unserialize (std::istream &in) |
| virtual void | doesNotUnderstand (std::string method) |
| virtual bool | isNil () const |
| virtual void | prettyPrint (std::ostream &out=std::cout) const |
| virtual ObjectRef | clone () |
| virtual std::string | className () const |
Static Public Member Functions | |
| static ObjectRef | newObject (const std::string &objType) |
| static int | addObjectType (const std::string &objType, _ObjectFactory *factory) |
| static std::map< std::string, _ObjectFactory * > & | ObjectFactoryDictionary () |
| static TypeMap< _ObjectFactory * > & | TypeidDictionary () |
Protected Attributes | |
| AtomicCounter | ref_count |
Private Attributes | |
| int | m_maxKeys |
| int | m_numKeys |
| KDPQKey * | m_keys |
| KDPQElement * | m_elements |
Friends | |
| friend std::ostream & | operator<< (std::ostream &out, const Object &obj) |
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||
|
Implements FD::Object. |
|
||||||||||
|
Reimplemented from FD::Object. |
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
|
|||||
|
|
1.4.4