- Q3AsciiDict ( int size = 17, bool caseSensitive = true, bool copyKeys = true )
- Q3AsciiDict ( const Q3AsciiDict<type> & dict )
- ~Q3AsciiDict ()
- void clear ()
- uint count () const
- type * find ( const char * key ) const
- void insert ( const char * key, const type * item )
- bool isEmpty () const
- QDataStream & read ( QDataStream & , QPtrCollection::Item & )
|
- bool remove ( const char * key )
- void replace ( const char * key, const type * item )
- void resize ( uint newsize )
- uint size () const
- void statistics () const
- type * take ( const char * key )
- QDataStream & write ( QDataStream & , QPtrCollection::Item ) const
- Q3AsciiDict<type> & operator= ( const Q3AsciiDict<type> & dict )
- type * operator[] ( const char * key ) const
|