QtBase  v6.3.1
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Custom Struct Reference
Collaboration diagram for Custom:
Collaboration graph
[legend]

Public Member Functions

 Custom (char input='j')
 
 Custom (const Custom &other)
 
 ~Custom ()
 
bool operator== (const Custom &other) const
 
bool operator< (const Custom &other) const
 
Customoperator= (const Custom &other)
 

Public Attributes

char i
 

Static Public Attributes

static QAtomicInt counter = 0
 

Detailed Description

Definition at line 140 of file tst_qlist.cpp.

Constructor & Destructor Documentation

◆ Custom() [1/2]

Custom::Custom ( char  input = 'j')
inline

Definition at line 141 of file tst_qlist.cpp.

◆ Custom() [2/2]

Custom::Custom ( const Custom other)
inline

Definition at line 148 of file tst_qlist.cpp.

Here is the call graph for this function:

◆ ~Custom()

Custom::~Custom ( )
inline

Definition at line 156 of file tst_qlist.cpp.

Member Function Documentation

◆ operator<()

bool Custom::operator< ( const Custom other) const
inline

Definition at line 172 of file tst_qlist.cpp.

Here is the call graph for this function:

◆ operator=()

Custom& Custom::operator= ( const Custom other)
inline

Definition at line 179 of file tst_qlist.cpp.

Here is the call graph for this function:

◆ operator==()

bool Custom::operator== ( const Custom other) const
inline

Definition at line 165 of file tst_qlist.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ counter

QAtomicInt Custom::counter = 0
static

Definition at line 186 of file tst_qlist.cpp.

◆ i

char Custom::i

Definition at line 188 of file tst_qlist.cpp.


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