
my delegate supports: 1, functions 2, static member function 3, non-const member functions 4, const member functions 5, functors BTW, it supports multi-threading and i've uploaded the library to vault, the dir is /home/delegate thanks, Kevin On 2/11/06, Sebastian Redl <sebastian.redl@getdesigned.at> wrote:
Kevin Wan wrote:
i just want to share my library with others, if it helps.
This page shows the requirements and guidelines for Boost libraries: http://www.boost.org/more/lib_guide.htm
This page shows the submission process: http://www.boost.org/more/submission_process.htm
I suggest you upload the library to the vault and ask for comments then.
Does your delegate support multicasting? If not, comparing it to Signals is not fair - you should compare it to Function instead.
deliverNews = boost::bind(&NewsMessageArea::displayNews, newsMessageArea, _1);
If it does, how is the implementation easier? It is not because it only supports member functions - Function takes care of that part of Signals.
Sebastian Redl
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- Things don't just happen, you have to make them happen.