ラベル www サンプル Delegate http delegate Fast ポインタ Standard ベンチマーク Class 簡易 の投稿を表示しています。 すべての投稿を表示
ラベル www サンプル Delegate http delegate Fast ポインタ Standard ベンチマーク Class 簡易 の投稿を表示しています。 すべての投稿を表示

2011年5月28日土曜日

C++でdelegate

Jae's Fast Delegate ベンチマークあり
http://www.codeproject.com/KB/cpp/fastdelegate2.aspx

Member Function Pointers and the Fastest Possible C++ Delegates
http://www.codeproject.com/KB/cpp/FastDelegate.aspx
 メンバ関数のポインタの扱い方も

The Impossibly Fast C++ Delegates
http://www.codeproject.com/KB/cpp/ImpossiblyFastCppDelegate.aspx

Yet Another C#-style Delegate Class in Standard C++
http://www.codeproject.com/KB/cpp/acfdelegate.aspx

C++で簡易delegate
http://d.hatena.ne.jp/uruwasi/20070904/1188869226

boost.signal サンプル
http://www.kmonos.net/alang/boost/classes/signals.html