QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QtPrivate::RefCount Class Reference

#include <qrefcount.h>

Collaboration diagram for QtPrivate::RefCount:
Collaboration graph
[legend]

Public Member Functions

bool ref () noexcept
 
bool deref () noexcept
 
bool isStatic () const noexcept
 
bool isShared () const noexcept
 
void initializeOwned () noexcept
 
void initializeUnsharable () noexcept
 

Public Attributes

QBasicAtomicInt atomic
 

Detailed Description

\inmodule QtCore

Definition at line 51 of file qrefcount.h.

Member Function Documentation

◆ deref()

bool QtPrivate::RefCount::deref ( )
inlinenoexcept

Definition at line 61 of file qrefcount.h.

Here is the call graph for this function:

◆ initializeOwned()

void QtPrivate::RefCount::initializeOwned ( )
inlinenoexcept

Definition at line 80 of file qrefcount.h.

Here is the call graph for this function:

◆ initializeUnsharable()

void QtPrivate::RefCount::initializeUnsharable ( )
inlinenoexcept

Definition at line 81 of file qrefcount.h.

Here is the call graph for this function:

◆ isShared()

bool QtPrivate::RefCount::isShared ( ) const
inlinenoexcept

Definition at line 74 of file qrefcount.h.

Here is the call graph for this function:

◆ isStatic()

bool QtPrivate::RefCount::isStatic ( ) const
inlinenoexcept

Definition at line 68 of file qrefcount.h.

Here is the call graph for this function:

◆ ref()

bool QtPrivate::RefCount::ref ( )
inlinenoexcept

Definition at line 54 of file qrefcount.h.

Here is the call graph for this function:

Member Data Documentation

◆ atomic

QBasicAtomicInt QtPrivate::RefCount::atomic

Definition at line 83 of file qrefcount.h.


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