YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::detail::Helper< Counter, ObjectT > Class Template Referencefinal

#include <helper.hpp>

Inheritance diagram for yaclib::detail::Helper< Counter, ObjectT >:
[legend]
Collaboration diagram for yaclib::detail::Helper< Counter, ObjectT >:
[legend]

Public Member Functions

void IncRef () noexcept final
 
void DecRef () noexcept final
 
size_t GetRef () noexcept final
 

Detailed Description

template<template< typename... > typename Counter, typename ObjectT>
class yaclib::detail::Helper< Counter, ObjectT >

Definition at line 13 of file helper.hpp.

Member Function Documentation

◆ DecRef()

template<template< typename... > typename Counter, typename ObjectT >
void yaclib::detail::Helper< Counter, ObjectT >::DecRef ( )
inlinefinalnoexcept

Definition at line 21 of file helper.hpp.

◆ GetRef()

template<template< typename... > typename Counter, typename ObjectT >
size_t yaclib::detail::Helper< Counter, ObjectT >::GetRef ( )
inlinefinalnoexcept

Definition at line 25 of file helper.hpp.

◆ IncRef()

template<template< typename... > typename Counter, typename ObjectT >
void yaclib::detail::Helper< Counter, ObjectT >::IncRef ( )
inlinefinalnoexcept

Definition at line 17 of file helper.hpp.


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