YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
yaclib::IFunc Class Reference

Callable interface. More...

#include <func.hpp>

Inheritance diagram for yaclib::IFunc:
[legend]
Collaboration diagram for yaclib::IFunc:
[legend]

Public Member Functions

virtual void Call () noexcept
 
- Public Member Functions inherited from yaclib::IRef
virtual void IncRef () noexcept
 Increments reference counter.
 
virtual void DecRef () noexcept
 Decrements reference counter.
 
virtual ~IRef () noexcept=default
 

Detailed Description

Callable interface.

Definition at line 13 of file func.hpp.

Member Function Documentation

◆ Call()

virtual void yaclib::IFunc::Call ( )
inlinevirtualnoexcept

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