Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
MySharedType Struct Reference
Collaboration diagram for MySharedType:

Public Member Functions

MySharedTypeoperator= (const MySharedType &other)
 [0]
MySharedTypeoperator= (const MySharedType &other)

Public Attributes

Datadata
Datad

Detailed Description

Definition at line 11 of file src_corelib_thread_qatomic.cpp.

Member Function Documentation

◆ operator=() [1/2]

MySharedType & MySharedType::operator= ( const MySharedType & other)

[0]

Definition at line 19 of file src_corelib_thread_qatomic.cpp.

References d, and data.

◆ operator=() [2/2]

MySharedType & MySharedType::operator= ( const MySharedType & other)

Member Data Documentation

◆ d

Data * MySharedType::d

Definition at line 14 of file src_corelib_thread_qatomic.cpp.

Referenced by operator=().

◆ data

Data * MySharedType::data

Definition at line 13 of file src_corelib_thread_qatomic.cpp.

Referenced by operator=().


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