Skip to content
/ Sigly Public

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

Notifications You must be signed in to change notification settings

anhero/Sigly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Sigly

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

Library is written in C++03 and does not use C++11 features.

To use the library, add the sigly.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 or by defining it directly in the define.h file. The macros are described in the following quick documentation.

Originally written by Sarah Thompson (sarah@telergy.com) 2002 (http://sigslot.sourceforge.net/).

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages