yasmine
caller_adapter.cpp File Reference
#include "caller_adapter.hpp"
#include "essentials/base.hpp"

Functions

sxe::function< void()> adapt_function (void(*_function)())
 
sxe::function< bool()> adapt_function (bool(*_function)())
 
sxe::function< void(sxy::event_collector &)> adapt_function (void(*_function)(sxy::event_collector &))
 
sxe::function< bool(sxy::event_collector &)> adapt_function (bool(*_function)(sxy::event_collector &))
 

Function Documentation

◆ adapt_function() [1/4]

sxe::function<void()> adapt_function ( void(*)()  _function)

◆ adapt_function() [2/4]

sxe::function<bool()> adapt_function ( bool(*)()  _function)

◆ adapt_function() [3/4]

sxe::function<void( sxy::event_collector& )> adapt_function ( void(*)(sxy::event_collector &)  _function)

◆ adapt_function() [4/4]

sxe::function<bool( sxy::event_collector& )> adapt_function ( bool(*)(sxy::event_collector &)  _function)