metamod-source/core/sourcehook/generate
Mooshua aa88f23880 Initial draft: Templated SourceHook
Introduces one massive template for generating SourceHook managers.
The goal is for this to simplify the definition of SourceHooks long-term by replacing macros with templates.

This introduces some new templates for metaprogramming, but they're hidden away in the SourceHook::metaprogramming namespace.

Tested on Windows 32 bit and Linux 32 bit TF2.
2024-04-23 22:55:25 -07:00
..
shworker Fix sourcehook compilation warning (#106) 2023-07-30 21:36:23 -07:00
generate Use C++11 variadic templates for sh_memfuncinfo.h. 2015-10-24 19:36:33 -07:00
generate.bat Use C++11 variadic templates for sh_memfuncinfo.h. 2015-10-24 19:36:33 -07:00
shworker.bin Some reorganization. 2008-11-14 04:04:02 -06:00
shworker.exe Fixed hooking vtables with unaligned thunk entries, and returning references in manual hooks. (bug 4655, r=dvander) 2010-10-16 23:21:58 -07:00
sourcehook.hxx Initial draft: Templated SourceHook 2024-04-23 22:55:25 -07:00