Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_corelib_tools_qqueue.cpp File Reference

(7d542e1daf09caadf6d3e36c4b09bdf94952c5a1)

Go to the source code of this file.

Functions

queue enqueue (1)
 
queue enqueue (2)
 
queue enqueue (3)
 
 while (!queue.isEmpty()) cout<< queue.dequeue()<< endl
 

Variables

QQueue< int > queue
 [0]
 

Function Documentation

◆ enqueue() [1/3]

queue enqueue ( 1 )

◆ enqueue() [2/3]

queue enqueue ( 2 )

◆ enqueue() [3/3]

queue enqueue ( 3 )

◆ while()

while ( !queue. isEmpty())

Variable Documentation

◆ queue