Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Add callback operations to event class #17

Merged
merged 1 commit into from
Sep 24, 2016
Merged

Add callback operations to event class #17

merged 1 commit into from
Sep 24, 2016

Commits on Sep 23, 2016

  1. Added callback operations to event class

    This adds a C++ style function API that allows the event
    class to be easily passed as an argument to existing callback
    based APIs.
    
    Added functions:
    void Event<void(args...)>::call(args...)
    void Event<void(args...)>::operator()(args...)
    static void Event<void(args...)>::thunk(void *, args...)
    geky committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    66f5ee2 View commit details
    Browse the repository at this point in the history