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
QRandomGenerator::SystemAndGlobalGenerators::PRNGLocker Struct Reference
+ Collaboration diagram for QRandomGenerator::SystemAndGlobalGenerators::PRNGLocker:

Public Member Functions

Q_NODISCARD_CTOR PRNGLocker (const QRandomGenerator *that)
 
 ~PRNGLocker ()
 

Public Attributes

const bool locked
 

Detailed Description

Definition at line 378 of file qrandom.cpp.

Constructor & Destructor Documentation

◆ PRNGLocker()

Q_NODISCARD_CTOR QRandomGenerator::SystemAndGlobalGenerators::PRNGLocker::PRNGLocker ( const QRandomGenerator * that)
inlineexplicit

Definition at line 382 of file qrandom.cpp.

References locked, and QRandomGenerator::SystemAndGlobalGenerators::self().

+ Here is the call graph for this function:

◆ ~PRNGLocker()

QRandomGenerator::SystemAndGlobalGenerators::PRNGLocker::~PRNGLocker ( )
inline

Definition at line 388 of file qrandom.cpp.

References locked, and QRandomGenerator::SystemAndGlobalGenerators::self().

+ Here is the call graph for this function:

Member Data Documentation

◆ locked

const bool QRandomGenerator::SystemAndGlobalGenerators::PRNGLocker::locked

Definition at line 381 of file qrandom.cpp.

Referenced by PRNGLocker(), and ~PRNGLocker().


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