├── Demo.cpp ├── FastDelegate.h ├── FastDelegateBind.h ├── README.markdown └── hopter ├── CString.hpp ├── FastDelegate.hxx ├── FastDelegateBind.hxx ├── Hopter.cpp ├── README.TXT └── memfuntest.cpp /Demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/Demo.cpp -------------------------------------------------------------------------------- /FastDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/FastDelegate.h -------------------------------------------------------------------------------- /FastDelegateBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/FastDelegateBind.h -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/README.markdown -------------------------------------------------------------------------------- /hopter/CString.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/hopter/CString.hpp -------------------------------------------------------------------------------- /hopter/FastDelegate.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/hopter/FastDelegate.hxx -------------------------------------------------------------------------------- /hopter/FastDelegateBind.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/hopter/FastDelegateBind.hxx -------------------------------------------------------------------------------- /hopter/Hopter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/hopter/Hopter.cpp -------------------------------------------------------------------------------- /hopter/README.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/hopter/README.TXT -------------------------------------------------------------------------------- /hopter/memfuntest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dreamcat4/FastDelegate/HEAD/hopter/memfuntest.cpp --------------------------------------------------------------------------------