Skip to content
/ cppevent Public

A header-only, basic on/emit event pattern using only C++11.

License

Notifications You must be signed in to change notification settings

Nuxij/cppevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppevent

A header-only, basic on/emit event pattern using only C++11, including rudimentary timed events. Usage is inspired by NodeJS.

Code tested with GCC 5.2.0 and CMake 3.3.2.

Build it!

Simply put the include directory in your compiler search path and include Eventer.hpp. I have provided a cmake script to build my example.cpp. simply follow these instructions:

  1. mkdir cmko && cd cmko
  2. cmake -G "Unix Makefiles" ..
  3. make

About

A header-only, basic on/emit event pattern using only C++11.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published