gltk 0.3
a C++ widget library built on GLUT
Public Member Functions
sigc::slot1< Tr, T1 > Struct Template Reference

slot with one argument More...

#include <sigc.hh>

Inherits sigc::slot_base.

Inherited by sigc::slot< Tr, T1 >.

List of all members.

Public Member Functions

Tr call (T1 t1)
 call the slot

Detailed Description

template<typename Tr, typename T1>
struct sigc::slot1< Tr, T1 >

slot with one argument

 All Classes Namespaces Files Functions Variables Enumerations Enumerator