Jump to content

libsigc++

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by DatabaseBot (talk | contribs) at 23:44, 3 April 2009 (Added an infobox.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Libsigc++
Repository
Written inC++
Typelibrary or framework
Websitelibsigcplusplus.github.io/libsigcplusplus/ Edit this on Wikidata

Libsigc++ is a C++ library for typesafe callbacks.

'libsigc++' implements a full callback system for use in abstract interfaces and general programming. It is the most complete library of its kind with the ability to connect an abstract callback to a class method, function, or function object. It contains adaptor classes for connecting dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries. [citation needed]