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

#include <qpropertyprivate.h>

Inheritance diagram for QtPrivate::RefCounted:
Inheritance graph
[legend]

Public Member Functions

void addRef ()
 
bool deref ()
 

Public Attributes

int ref = 0
 

Detailed Description

Definition at line 70 of file qpropertyprivate.h.

Member Function Documentation

◆ addRef()

void QtPrivate::RefCounted::addRef ( )
inline

Definition at line 72 of file qpropertyprivate.h.

Here is the caller graph for this function:

◆ deref()

bool QtPrivate::RefCounted::deref ( )
inline

Definition at line 73 of file qpropertyprivate.h.

Member Data Documentation

◆ ref

int QtPrivate::RefCounted::ref = 0

Definition at line 71 of file qpropertyprivate.h.


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