sigc-config
Type-safe Signal Framework for C++ - development files
Install
- All systems
-
curl cmd.cat/sigc-config.sh
- Debian
-
apt-get install libsigc++-dev
- Alpine
-
apk add libsigc++-dev
- Raspbian
-
apt-get install libsigc++-dev
- Dockerfile
- dockerfile.run/sigc-config
- Docker
-
docker run cmd.cat/sigc-config sigc-config
powered by Commando
libsigc++-dev
Type-safe Signal Framework for C++ - development files
This library implements a full callback system for use in widget libraries, abstract interfaces, and general programming. Originally part of the Gtk-- widget set, libsigc++ is now a separate library to provide for more general use. 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 connection of dissimilar callbacks and has an ease of use unmatched by other C++ callback libraries. Libsigc++ is licensed under the LGPL.