Go to main content

man pages section 3: Library Interfaces and Headers

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

libsigc-2.0 (3lib)

Name

libsigc-2.0 - a typesafe callback system for standard C++

Synopsis

Please see following description for synopsis

Description

libsigc-2.0(3lib)             Interface Libraries            libsigc-2.0(3lib)



NAME
       libsigc-2.0 - a typesafe callback system for standard C++

DESCRIPTION
       libsigc-2.0 implements a typesafe callback system for standard C++.  It
       allows you to define signals and to connect those signals to any  call-
       back  function,  either  global  or  a  member  function, regardless of
       whether it is static or virtual.

       libsigc-2.0 also contains adapter classes for connection of  dissimilar
       callbacks  and  has  an  ease  of  use  unmatched by other C++ callback
       libraries.

       Please note that these C++ interfaces are built  using  the  C++11  ABI
       from the g++ 5 compiler (i.e. -std=c++11).

FILES
       The following files are provided by this library:

       /usr/lib/libsigc-2.0.so         libsigc-2.0 32-bit shared library

       /usr/lib/64/libsigc-2.0.so      libsigc-2.0 64-bit shared library

       /usr/lib/pkgconfig/sigc++-2.0.pc
                            pkg-config(1) file for 32-bit shared library

       /usr/lib/64/pkgconfig/sigc++-2.0&.pc
                            pkg-config(1) file for 64-bit shared library

       /usr/share/doc/libsigc++-2.0    libsigc-2.0 docs and examples


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+-----------------------+
       |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
       +---------------+-----------------------+
       |Availability   | library/c++/sigcpp    |
       +---------------+-----------------------+
       |Stability      | Pass-through volatile |
       +---------------+-----------------------+

SEE ALSO
       pkg-config(1), attributes(7)

NOTES
       Written by Elaine Xiong, Sun Microsystems Inc., 2008.


       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source  was  downloaded  from   https://download.gnome.org/sources/lib-
       sigc++/2.10/libsigc++-2.10.2.tar.xz.

       Further information about this software can be found on the open source
       community website at https://developer.gnome.org/libsigc++/stable/.



Solaris 11.4                      7 Apr 2017                 libsigc-2.0(3lib)