Zth (libzth)
zth::RefCounted Class Reference

#include <sync.h>

Inheritance diagram for zth::RefCounted:
zth::Synchronizer zth::Future< T > zth::Future< void > zth::Gate zth::Mutex zth::Semaphore zth::Signal

Public Member Functions

 RefCounted () noexcept
 
virtual ~RefCounted ()=default
 
void used () noexcept
 
void unused ()
 

Detailed Description

Definition at line 37 of file sync.h.

Constructor & Destructor Documentation

◆ RefCounted()

zth::RefCounted::RefCounted ( )
inlinenoexcept

Definition at line 40 of file sync.h.

◆ ~RefCounted()

virtual zth::RefCounted::~RefCounted ( )
virtualdefault

Member Function Documentation

◆ unused()

void zth::RefCounted::unused ( )
inline

Definition at line 52 of file sync.h.

◆ used()

void zth::RefCounted::used ( )
inlinenoexcept

Definition at line 46 of file sync.h.


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