mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-01-19 08:52:34 +01:00
e19413dd5b
--HG-- rename : sourcemm/IPluginManager.h => core/IPluginManager.h rename : sourcemm/ISmmAPI.h => core/ISmmAPI.h rename : sourcemm/ISmmPlugin.h => core/ISmmPlugin.h rename : sourcemm/ISmmPluginExt.h => core/ISmmPluginExt.h rename : sourcemm/LICENSE.txt => core/LICENSE.txt rename : sourcemm/Makefile => core/Makefile rename : sourcemm/changelog.txt => core/changelog.txt rename : sourcemm/episode1/console.cpp => core/episode1/console.cpp rename : sourcemm/episode1/console.h => core/episode1/console.h rename : sourcemm/episode1/convar_smm.h => core/episode1/convar_smm.h rename : sourcemm/episode1/msvc8/sourcemm.sln => core/episode1/msvc8/sourcemm.sln rename : sourcemm/episode1/msvc8/sourcemm.vcproj => core/episode1/msvc8/sourcemm.vcproj rename : sourcemm/episode1/provider_ep1.cpp => core/episode1/provider_ep1.cpp rename : sourcemm/episode1/provider_ep1.h => core/episode1/provider_ep1.h rename : sourcemm/episode1/vsp_listener.cpp => core/episode1/vsp_listener.cpp rename : sourcemm/episode1/vsp_listener.h => core/episode1/vsp_listener.h rename : sourcemm/metamod.cpp => core/metamod.cpp rename : sourcemm/metamod.h => core/metamod.h rename : sourcemm/metamod_console.cpp => core/metamod_console.cpp rename : sourcemm/metamod_console.h => core/metamod_console.h rename : sourcemm/metamod_oslink.cpp => core/metamod_oslink.cpp rename : sourcemm/metamod_oslink.h => core/metamod_oslink.h rename : sourcemm/metamod_plugins.cpp => core/metamod_plugins.cpp rename : sourcemm/metamod_plugins.h => core/metamod_plugins.h rename : sourcemm/metamod_provider.h => core/metamod_provider.h rename : sourcemm/metamod_util.cpp => core/metamod_util.cpp rename : sourcemm/metamod_util.h => core/metamod_util.h rename : sourcemm/episode2/console.cpp => core/provider/console.cpp rename : sourcemm/episode2/console.h => core/provider/console.h rename : sourcemm/episode2/msvc8/sourcemm.sln => core/provider/msvc8/sourcemm.sln rename : sourcemm/episode2/msvc8/sourcemm.vcproj => core/provider/msvc8/sourcemm.vcproj rename : sourcemm/episode2/msvc9/sourcemm.sln => core/provider/msvc9/sourcemm.sln rename : sourcemm/episode2/msvc9/sourcemm.vcproj => core/provider/msvc9/sourcemm.vcproj rename : sourcemm/episode2/provider_ep2.cpp => core/provider/provider_ep2.cpp rename : sourcemm/episode2/provider_ep2.h => core/provider/provider_ep2.h rename : sourcemm/episode2/vsp_listener.cpp => core/provider/vsp_listener.cpp rename : sourcemm/episode2/vsp_listener.h => core/provider/vsp_listener.h rename : sourcehook/FastDelegate.h => core/sourcehook/FastDelegate.h rename : sourcehook/generate/FastDelegate.h => core/sourcehook/generate/FastDelegate.h rename : sourcehook/generate/FastDelegate.hxx => core/sourcehook/generate/FastDelegate.hxx rename : sourcehook/generate/generate => core/sourcehook/generate/generate rename : sourcehook/generate/generate.bat => core/sourcehook/generate/generate.bat rename : sourcehook/generate/sh_memfuncinfo.h => core/sourcehook/generate/sh_memfuncinfo.h rename : sourcehook/generate/sh_memfuncinfo.hxx => core/sourcehook/generate/sh_memfuncinfo.hxx rename : sourcehook/generate/shworker.bin => core/sourcehook/generate/shworker.bin rename : sourcehook/generate/shworker.exe => core/sourcehook/generate/shworker.exe rename : sourcehook/generate/shworker/Makefile => core/sourcehook/generate/shworker/Makefile rename : sourcehook/generate/shworker/fd_hopter.cpp => core/sourcehook/generate/shworker/fd_hopter.cpp rename : sourcehook/generate/shworker/msvc7/shworker.vcproj => core/sourcehook/generate/shworker/msvc7/shworker.vcproj rename : sourcehook/generate/shworker/msvc8/shworker.vcproj => core/sourcehook/generate/shworker/msvc8/shworker.vcproj rename : sourcehook/generate/shworker/shworker.cpp => core/sourcehook/generate/shworker/shworker.cpp rename : sourcehook/generate/sourcehook.h => core/sourcehook/generate/sourcehook.h rename : sourcehook/generate/sourcehook.hxx => core/sourcehook/generate/sourcehook.hxx rename : sourcehook/sh_list.h => core/sourcehook/sh_list.h rename : sourcehook/sh_memfuncinfo.h => core/sourcehook/sh_memfuncinfo.h rename : sourcehook/sh_memory.h => core/sourcehook/sh_memory.h rename : sourcehook/sh_pagealloc.h => core/sourcehook/sh_pagealloc.h rename : sourcehook/sh_stack.h => core/sourcehook/sh_stack.h rename : sourcehook/sh_string.h => core/sourcehook/sh_string.h rename : sourcehook/sh_tinyhash.h => core/sourcehook/sh_tinyhash.h rename : sourcehook/sh_vector.h => core/sourcehook/sh_vector.h rename : sourcehook/sourcehook.cpp => core/sourcehook/sourcehook.cpp rename : sourcehook/sourcehook.h => core/sourcehook/sourcehook.h rename : sourcehook/sourcehook_hookmangen.cpp => core/sourcehook/sourcehook_hookmangen.cpp rename : sourcehook/sourcehook_hookmangen.h => core/sourcehook/sourcehook_hookmangen.h rename : sourcehook/sourcehook_hookmangen_x86.h => core/sourcehook/sourcehook_hookmangen_x86.h rename : sourcehook/sourcehook_impl.h => core/sourcehook/sourcehook_impl.h rename : sourcehook/sourcehook_impl_chook.h => core/sourcehook/sourcehook_impl_chook.h rename : sourcehook/sourcehook_impl_chookidman.h => core/sourcehook/sourcehook_impl_chookidman.h rename : sourcehook/sourcehook_impl_chookmaninfo.h => core/sourcehook/sourcehook_impl_chookmaninfo.h rename : sourcehook/sourcehook_impl_ciface.h => core/sourcehook/sourcehook_impl_ciface.h rename : sourcehook/sourcehook_impl_cproto.h => core/sourcehook/sourcehook_impl_cproto.h rename : sourcehook/sourcehook_impl_cvfnptr.h => core/sourcehook/sourcehook_impl_cvfnptr.h rename : sourcehook/sourcehook_pibuilder.h => core/sourcehook/sourcehook_pibuilder.h rename : sourcehook/test/Makefile => core/sourcehook/test/Makefile rename : sourcehook/test/generate.bat => core/sourcehook/test/generate.bat rename : sourcehook/test/main.cpp => core/sourcehook/test/main.cpp rename : sourcehook/test/msvc7/test.vcproj => core/sourcehook/test/msvc7/test.vcproj rename : sourcehook/test/msvc8/test.vcproj => core/sourcehook/test/msvc8/test.vcproj rename : sourcehook/test/sourcehook_test.h => core/sourcehook/test/sourcehook_test.h rename : sourcehook/test/test1.cpp => core/sourcehook/test/test1.cpp rename : sourcehook/test/test2.cpp => core/sourcehook/test/test2.cpp rename : sourcehook/test/test3.cpp => core/sourcehook/test/test3.cpp rename : sourcehook/test/test4.cpp => core/sourcehook/test/test4.cpp rename : sourcehook/test/testbail.cpp => core/sourcehook/test/testbail.cpp rename : sourcehook/test/testbail.h => core/sourcehook/test/testbail.h rename : sourcehook/test/testbail2.cpp => core/sourcehook/test/testbail2.cpp rename : sourcehook/test/testevents.h => core/sourcehook/test/testevents.h rename : sourcehook/test/testhookmangen.cpp => core/sourcehook/test/testhookmangen.cpp rename : sourcehook/test/testhookmangen.h => core/sourcehook/test/testhookmangen.h rename : sourcehook/test/testhookmangen.hxx => core/sourcehook/test/testhookmangen.hxx rename : sourcehook/test/testlist.cpp => core/sourcehook/test/testlist.cpp rename : sourcehook/test/testmanual.cpp => core/sourcehook/test/testmanual.cpp rename : sourcehook/test/testmulti.cpp => core/sourcehook/test/testmulti.cpp rename : sourcehook/test/testrecall.cpp => core/sourcehook/test/testrecall.cpp rename : sourcehook/test/testreentr.cpp => core/sourcehook/test/testreentr.cpp rename : sourcehook/test/testref.cpp => core/sourcehook/test/testref.cpp rename : sourcehook/test/testrefret.cpp => core/sourcehook/test/testrefret.cpp rename : sourcehook/test/testvphooks.cpp => core/sourcehook/test/testvphooks.cpp rename : sourcemm/svn_version.h => core/svn_version.h rename : sourcemm/svn_version.tpl => core/svn_version.tpl rename : sourcemm/version.rc => core/version.rc
206 lines
6.7 KiB
C++
206 lines
6.7 KiB
C++
#include "testevents.h"
|
|
#include "sourcehook_test.h"
|
|
|
|
// Tests support for functions which return references
|
|
|
|
namespace
|
|
{
|
|
StateList g_States;
|
|
SourceHook::ISourceHook *g_SHPtr;
|
|
SourceHook::Plugin g_PLID;
|
|
|
|
MAKE_STATE_1(State_Func1_Pre1, int*); // p1: the ref Func1_Pre1 is going to return
|
|
MAKE_STATE_3(State_Func1_Pre2, META_RES, int*, int*); // p1: current status
|
|
// p2: override ret
|
|
// p3: what this handler is going to supercede with
|
|
MAKE_STATE_1(State_Func1, int*); // p1: the ref Func1 is going to return
|
|
MAKE_STATE_2(State_Func1_Post1, int*, int*); // p1: orig_ret; p2: override_ret
|
|
MAKE_STATE_1(State_Func1_Post2, int*); // p1: what it's going to return
|
|
MAKE_STATE_1(State_Func1_Ret, int*); // p1: the ref it returned
|
|
|
|
|
|
MAKE_STATE_2(State_Func2_Pre1, int, const int*); // p1: func's p1; p2: what it's going to ret
|
|
MAKE_STATE_2(State_Func2, int, const int*); // p1: func's p1; p2: what it's going to ret
|
|
MAKE_STATE_3(State_Func2_Post1, int, const int*, const int*); // p1: func's p1; p2: orig ret; p3: override ret
|
|
MAKE_STATE_1(State_Func2_Ret, const int*); // p1: ret
|
|
|
|
int g_Var;
|
|
|
|
class Test
|
|
{
|
|
public:
|
|
int m_Var1;
|
|
int m_Var2;
|
|
|
|
Test() : m_Var1(87)
|
|
{
|
|
}
|
|
|
|
virtual int& Func1()
|
|
{
|
|
ADD_STATE(State_Func1(&m_Var1));
|
|
return m_Var1;
|
|
}
|
|
virtual const int& Func2(int p1)
|
|
{
|
|
ADD_STATE(State_Func2(p1, &m_Var2));
|
|
m_Var2 = p1;
|
|
return m_Var2;
|
|
}
|
|
};
|
|
|
|
class CHook
|
|
{
|
|
public:
|
|
int m_Var;
|
|
virtual int& Func1_Pre1()
|
|
{
|
|
ADD_STATE(State_Func1_Pre1(&m_Var));
|
|
RETURN_META_VALUE(MRES_OVERRIDE, m_Var);
|
|
}
|
|
virtual int &Func1_Pre2()
|
|
{
|
|
int &overrideret = META_RESULT_OVERRIDE_RET(int&);
|
|
overrideret = 1337;
|
|
ADD_STATE(State_Func1_Pre2(META_RESULT_STATUS, &overrideret, &g_Var));
|
|
RETURN_META_VALUE(MRES_SUPERCEDE, g_Var);
|
|
}
|
|
virtual int& Func1_Post1()
|
|
{
|
|
ADD_STATE(State_Func1_Post1(&META_RESULT_ORIG_RET(int&), &META_RESULT_OVERRIDE_RET(int&)));
|
|
RETURN_META_NOREF(MRES_IGNORED, int&);
|
|
}
|
|
virtual int& Func1_Post2()
|
|
{
|
|
ADD_STATE(State_Func1_Post2(&m_Var));
|
|
RETURN_META_VALUE(MRES_OVERRIDE, m_Var);
|
|
}
|
|
|
|
virtual const int& Func2_Pre1(int p1)
|
|
{
|
|
ADD_STATE(State_Func2_Pre1(p1, &m_Var));
|
|
RETURN_META_VALUE_NEWPARAMS(MRES_OVERRIDE, m_Var, static_cast<const int& (Test::*)(int)>(&Test::Func2), (1337));
|
|
}
|
|
|
|
virtual const int& Func2_Post1(int p1)
|
|
{
|
|
ADD_STATE(State_Func2_Post1(p1, &META_RESULT_ORIG_RET(int&), &META_RESULT_OVERRIDE_RET(int&)));
|
|
RETURN_META_NOREF(MRES_IGNORED, const int&);
|
|
}
|
|
};
|
|
|
|
SH_DECL_HOOK0(Test, Func1, SH_NOATTRIB, 0, int&);
|
|
SH_DECL_HOOK1(Test, Func2, SH_NOATTRIB, 0, const int&, int);
|
|
|
|
Test *MyTestFactory()
|
|
{
|
|
return new Test;
|
|
}
|
|
}
|
|
|
|
bool TestRefRet(std::string &error)
|
|
{
|
|
GET_SHPTR(g_SHPtr);
|
|
g_PLID = 1;
|
|
|
|
Test *pTest = MyTestFactory();
|
|
CAutoPtrDestruction<Test> apd(pTest);
|
|
CHook hook;
|
|
|
|
int &ret1 = pTest->Func1();
|
|
ADD_STATE(State_Func1_Ret(&ret1));
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Func1(&pTest->m_Var1),
|
|
new State_Func1_Ret(&pTest->m_Var1),
|
|
NULL), "Part 1");
|
|
|
|
// Now add Func1_Pre1, which supercedes and returns hook.m_Var
|
|
SH_ADD_HOOK(Test, Func1, pTest, SH_MEMBER(&hook, &CHook::Func1_Pre1), false);
|
|
|
|
int &ret2 = pTest->Func1();
|
|
ADD_STATE(State_Func1_Ret(&ret2));
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Func1_Pre1(&hook.m_Var), // Pre1 says that it's going to override with hook.m_Var
|
|
new State_Func1(&pTest->m_Var1), // Function says that it's going to return pTest->m_Var1
|
|
new State_Func1_Ret(&hook.m_Var), // hook.m_Var is returned
|
|
NULL), "Part 2");
|
|
|
|
// Now add Func1_Post1, which only reports orig ret and override ret
|
|
SH_ADD_HOOK(Test, Func1, pTest, SH_MEMBER(&hook, &CHook::Func1_Post1), true);
|
|
|
|
int &ret3 = pTest->Func1();
|
|
ADD_STATE(State_Func1_Ret(&ret3));
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Func1_Pre1(&hook.m_Var), // Pre1 says that it's going to override with hook.m_Var
|
|
new State_Func1(&pTest->m_Var1), // Function says that it's going to return pTest->m_Var1
|
|
new State_Func1_Post1(&pTest->m_Var1, &hook.m_Var), // origret(=p1) is what it wanted to
|
|
// return, overrideret(=p2) is pre1's var
|
|
new State_Func1_Ret(&hook.m_Var), // hook.m_Var is returned
|
|
NULL), "Part 3");
|
|
|
|
// Now add Func1_Pre2, which supercedes and returns g_Var (it also sets the override ret from pre1 to 1337)
|
|
// and add Func1_Post2, which overrides and returns hook.m_Var again.
|
|
|
|
SH_ADD_HOOK(Test, Func1, pTest, SH_MEMBER(&hook, &CHook::Func1_Pre2), false);
|
|
SH_ADD_HOOK(Test, Func1, pTest, SH_MEMBER(&hook, &CHook::Func1_Post2), true);
|
|
|
|
int &ret4 = pTest->Func1();
|
|
ADD_STATE(State_Func1_Ret(&ret4));
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Func1_Pre1(&hook.m_Var), // Pre1 says that it's going to override with hook.m_Var
|
|
new State_Func1_Pre2(MRES_OVERRIDE, // current status
|
|
&hook.m_Var, // override ret (which it set to 1337)
|
|
&g_Var), // what it's going to ret, AND supercede with
|
|
|
|
new State_Func1_Post1(&g_Var, &g_Var), // origret(=p1) is what pre2 superceded with,
|
|
// so overrideret(=p2) has to be the same
|
|
new State_Func1_Post2(&hook.m_Var), // post2 is going to override with hook.m_Var again
|
|
new State_Func1_Ret(&hook.m_Var), // ==>>> hook.m_Var is returned
|
|
NULL), "Part 4");
|
|
|
|
CHECK_COND(hook.m_Var == 1337, "Part 4.1");
|
|
|
|
// Through a callclass
|
|
SourceHook::CallClass<Test> *cc1 = SH_GET_CALLCLASS(pTest);
|
|
int &ret5 = SH_CALL(cc1, &Test::Func1)();
|
|
ADD_STATE(State_Func1_Ret(&ret5));
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Func1(&pTest->m_Var1),
|
|
new State_Func1_Ret(&pTest->m_Var1),
|
|
NULL), "Part 5");
|
|
|
|
SH_RELEASE_CALLCLASS(cc1);
|
|
|
|
////////////////////////////////////////////////////////////////////////////////////////
|
|
// Func2 tests
|
|
const int &ret21 = pTest->Func2(500);
|
|
ADD_STATE(State_Func2_Ret(&ret21));
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Func2(500, &pTest->m_Var2),
|
|
new State_Func2_Ret(&pTest->m_Var2),
|
|
NULL), "Part 6");
|
|
|
|
SH_ADD_HOOK(Test, Func2, pTest, SH_MEMBER(&hook, &CHook::Func2_Pre1), false);
|
|
SH_ADD_HOOK(Test, Func2, pTest, SH_MEMBER(&hook, &CHook::Func2_Post1), true);
|
|
|
|
const int &ret22 = pTest->Func2(500);
|
|
ADD_STATE(State_Func2_Ret(&ret22));
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Func2_Pre1(500, &hook.m_Var), // p1 was 500; it's going to override with hook.m_Var; and also change p1 to 1337
|
|
new State_Func2(1337, &pTest->m_Var2), // p1 was 1337; it's going to ret pTest->m_Var2
|
|
new State_Func2_Post1(1337, // p1 was 1337
|
|
&pTest->m_Var2, // orig ret was pTest->m_Var2
|
|
&hook.m_Var), // override ret was hook.m_Var
|
|
new State_Func2_Ret(&hook.m_Var), // really returned hook.m_Var
|
|
NULL), "Part 7");
|
|
|
|
return true;
|
|
}
|