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
QtPrivate::RefCounted Struct Reference

#include <qpropertyprivate.h>

Inheritance diagram for QtPrivate::RefCounted:
Collaboration diagram for QtPrivate::RefCounted:

Public Member Functions

int refCount () const
void addRef ()
bool deref ()

Detailed Description

Definition at line 39 of file qpropertyprivate.h.

Member Function Documentation

◆ addRef()

void QtPrivate::RefCounted::addRef ( )
inline

Definition at line 42 of file qpropertyprivate.h.

◆ deref()

bool QtPrivate::RefCounted::deref ( )
inline

Definition at line 43 of file qpropertyprivate.h.

◆ refCount()

int QtPrivate::RefCounted::refCount ( ) const
inline

Definition at line 41 of file qpropertyprivate.h.


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