QtBase  v6.3.1
Functions | Variables
doc_src_qalgorithms.cpp File Reference

Go to the source code of this file.

Functions

 qSwap (pi, e)
 
list append (new Employee("Blackpool", "Stephen"))
 
list append (new Employee("Twist", "Oliver"))
 
 qDeleteAll (list.begin(), list.end())
 
list clear ()
 

Variables

double pi = 3.14
 [0] More...
 
double e = 2.71
 
QList< Employee * > list
 [0] More...
 

Function Documentation

◆ append() [1/2]

list append ( new   Employee"Blackpool", "Stephen")
Here is the caller graph for this function:

◆ append() [2/2]

list append ( new   Employee"Twist", "Oliver")

◆ clear()

list clear ( )

◆ qDeleteAll()

qDeleteAll ( list.  begin(),
list.  end() 
)
Here is the caller graph for this function:

◆ qSwap()

qSwap ( pi  ,
e   
)
Here is the caller graph for this function:

Variable Documentation

◆ e

double e = 2.71

Definition at line 53 of file doc_src_qalgorithms.cpp.

◆ list

QList<Employee *> list

[0]

[1]

Definition at line 61 of file doc_src_qalgorithms.cpp.

◆ pi

double pi = 3.14

[0]

Definition at line 52 of file doc_src_qalgorithms.cpp.