Re: [sigc] Proposal for standardization in C++ Library TR2
- From: Aaron Griffin <aaronmgriffin gmail com>
- To: libsigc++ list <libsigc-list gnome org>
- Subject: Re: [sigc] Proposal for standardization in C++ Library TR2
- Date: Sat, 30 Jul 2005 11:15:48 -0500
On 7/30/05, Paul Davis <paul linuxaudiosystems com> wrote:
> > std::event
> > std::slot
> > std::connection
> > std::trackable
>
> slot? why would anyone call it a slot? the object in question is a
> closure designed to handle the event. i have never been able to
> understand the "slot" name.
I agree - slot always confused me too - and signal is already used for
unix signals...
I like:
std::source
std::sink
std::channel
std::trackable ????
trackable never made sense to me... in essence it's a base class which
allows it to auto-disconnect on the dtor, correct? why not
std::auto_disconnect or something like that? (just thinking out loud
here)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]