Public Member Functions | List of all members
GenericsCollection Class Reference

#include <classlist.h>

Inheritance diagram for GenericsCollection:
QIntDict< ClassDef > QGDict QCollection

Public Member Functions

 GenericsCollection ()
 
 ~GenericsCollection ()
 
- Public Member Functions inherited from QIntDict< ClassDef >
 QIntDict (int size=17)
 
 QIntDict (const QIntDict< ClassDef > &d)
 
 ~QIntDict ()
 
QIntDict< ClassDef > & operator= (const QIntDict< ClassDef > &d)
 
uint count () const
 
uint size () const
 
bool isEmpty () const
 
void insert (long k, const ClassDef *d)
 
void replace (long k, const ClassDef *d)
 
bool remove (long k)
 
ClassDeftake (long k)
 
ClassDeffind (long k) const
 
ClassDefoperator[] (long k) const
 
void clear ()
 
void resize (uint n)
 
void statistics () const
 
- Public Member Functions inherited from QGDict
uint size () const
 
QCollection::Item look_string (const QString &key, QCollection::Item, int)
 
QCollection::Item look_ascii (const char *key, QCollection::Item, int)
 
QCollection::Item look_int (long key, QCollection::Item, int)
 
QCollection::Item look_ptr (void *key, QCollection::Item, int)
 
QDataStreamread (QDataStream &)
 
QDataStreamwrite (QDataStream &) const
 
- Public Member Functions inherited from QCollection
bool autoDelete () const
 
void setAutoDelete (bool enable)
 

Additional Inherited Members

- Public Types inherited from QCollection
typedef void * Item
 
- Protected Types inherited from QGDict
enum  KeyType { StringKey, AsciiKey, IntKey, PtrKey }
 
- Protected Member Functions inherited from QGDict
 QGDict (uint len, KeyType kt, bool cs, bool ck)
 
 QGDict (const QGDict &)
 
 ~QGDict ()
 
QGDictoperator= (const QGDict &)
 
bool remove_string (const QString &key, QCollection::Item item=0)
 
bool remove_ascii (const char *key, QCollection::Item item=0)
 
bool remove_int (long key, QCollection::Item item=0)
 
bool remove_ptr (void *key, QCollection::Item item=0)
 
QCollection::Item take_string (const QString &key)
 
QCollection::Item take_ascii (const char *key)
 
QCollection::Item take_int (long key)
 
QCollection::Item take_ptr (void *key)
 
void resize (uint)
 
int hashKeyString (const QString &)
 
int hashKeyAscii (const char *)
 
void statistics () const
 
virtual QDataStreamread (QDataStream &, QCollection::Item &)
 
virtual QDataStreamwrite (QDataStream &, QCollection::Item) const
 
- Protected Member Functions inherited from QCollection
 QCollection ()
 
 QCollection (const QCollection &)
 
virtual ~QCollection ()
 
virtual Item newItem (Item)
 
- Protected Attributes inherited from QCollection
bool del_item
 

Detailed Description

Definition at line 69 of file classlist.h.

Constructor & Destructor Documentation

GenericsCollection::GenericsCollection ( )
inline

Definition at line 72 of file classlist.h.

GenericsCollection::~GenericsCollection ( )
inline

Definition at line 73 of file classlist.h.

73 {}

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