|
|
| QQueue (const QQueue< type > &q) |
| |
|
QQueue< type > & | operator= (const QQueue< type > &q) |
| |
|
bool | autoDelete () const |
| |
|
void | setAutoDelete (bool del) |
| |
| uint | count () const |
| |
|
bool | isEmpty () const |
| |
|
void | enqueue (const type *d) |
| |
|
type * | dequeue () |
| |
|
bool | remove () |
| |
| void | clear () |
| |
|
type * | head () const |
| |
|
| operator type * () const |
| |
|
type * | current () const |
| |
§ clear()
template<class type>
| void QQueue< type >::clear |
( |
| ) |
|
|
inlinevirtual |
Removes all objects from the collection. The objects will be deleted if auto-delete has been enabled.
- See also
- setAutoDelete()
Reimplemented from QGList.
§ count()
template<class type>
| uint QQueue< type >::count |
( |
| ) |
const |
|
inlinevirtual |
Returns the number of objects in the collection.
Reimplemented from QGList.
The documentation for this class was generated from the following file: