Skip to content
/ YipBox Public

YipBox is an event/delegate (signal/slot) mechanism implementation in C++11.

Notifications You must be signed in to change notification settings

anhero/YipBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

YipBox

YipBox is an event/delegate (signal/slot) mechanism implementation for C++.

Library is written in C++11 and cannot be used with C++03.

To use the library, add the YipBox.h file to the list of the system include directories or to your project.

You can specify which multi-thread policy you want by defining a macro before including sigly. The macros are described in the following quick documentation.

Based on Sigly (https://github.com/anhero/Sigly)

About

YipBox is an event/delegate (signal/slot) mechanism implementation in C++11.

Resources

Stars

Watchers

Forks

Packages

No packages published