1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/include/sqrat
Sandu Liviu Catalin 41f2971b7c Implement an allocator for types that cannot be constructed by script and must not be destructed by script.
For cases where the actual instance is static and might outlive the VM itself.
2016-11-17 11:46:36 +02:00
..
sqratAllocator.h Implement an allocator for types that cannot be constructed by script and must not be destructed by script. 2016-11-17 11:46:36 +02:00
sqratArray.h Don't separate C++11 code from legacy code through macros. Make C++11 the default C++ version required. 2016-06-12 13:49:43 +03:00
sqratClass.h Move the plugin Squirrel utilities to the Sqrat binding utility. 2016-11-16 11:54:07 +02:00
sqratClassType.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratConst.h Implement double when binding constants with Sqrat. 2016-07-09 22:48:42 +03:00
sqratFunction.h Don't separate C++11 code from legacy code through macros. Make C++11 the default C++ version required. 2016-06-12 13:49:43 +03:00
sqratGlobalMethods.h Always receive the StackStrF type as a const reference. 2016-11-16 15:09:37 +02:00
sqratMemberMethods.h Always receive the StackStrF type as a const reference. 2016-11-16 15:09:37 +02:00
sqratObject.h Rename the lightweight object type. 2016-11-17 11:27:07 +02:00
sqratOverloadMethods.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratScript.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratTable.h Move the plugin Squirrel utilities to the Sqrat binding utility. 2016-11-16 11:54:07 +02:00
sqratTypes.h Remove duplicate code in Sqrat Var for the the StackStrF type. 2016-11-17 10:50:40 +02:00
sqratUtil.h Start from the outer namespace when catching or throwing exceptions in the Sqrat library. 2016-11-17 10:50:03 +02:00