Provides a simple mechanism for passing in optional slots to a function.
More...
#include <sigc++/functors/slot.h>
Go to the source code of this file.
|
namespace | cwidget |
| The namespace containing everything defined by cwidget.
|
|
namespace | cwidget::util |
| Miscellaneous utility functions that are not directly related to the core functionality of cwidget.
|
|
|
typedef slotarg< sigc::slot0< void > > | cwidget::util::slot0arg |
| Convenience typedefs for slot arguments that take no parameters and return nothing.
|
|
Provides a simple mechanism for passing in optional slots to a function.