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
PseudoRetainable Class Reference

#include <pseudo_retainable.h>

+ Collaboration diagram for PseudoRetainable:

Public Member Functions

 PseudoRetainable ()=default
 
void Retain () const
 
void Release () const
 
bool alive () const
 
int retain_count () const
 
int release_count () const
 

Detailed Description

Definition at line 8 of file pseudo_retainable.h.

Constructor & Destructor Documentation

◆ PseudoRetainable()

PseudoRetainable::PseudoRetainable ( )
default

Member Function Documentation

◆ alive()

bool PseudoRetainable::alive ( ) const
inline

Definition at line 16 of file pseudo_retainable.h.

◆ Release()

void PseudoRetainable::Release ( ) const
inline

Definition at line 12 of file pseudo_retainable.h.

◆ release_count()

int PseudoRetainable::release_count ( ) const
inline

Definition at line 18 of file pseudo_retainable.h.

Referenced by fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), and fxcrt::TEST().

+ Here is the caller graph for this function:

◆ Retain()

void PseudoRetainable::Retain ( ) const
inline

Definition at line 11 of file pseudo_retainable.h.

◆ retain_count()

int PseudoRetainable::retain_count ( ) const
inline

Definition at line 17 of file pseudo_retainable.h.

Referenced by fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), fxcrt::TEST(), and fxcrt::TEST().

+ Here is the caller graph for this function:

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