ChaiScript/dispatchkit
2009-07-03 15:41:51 +00:00
..
bootstrap_stl.hpp Fix some semantics of operator= to reduce dispatch, etc. 2009-07-02 19:59:40 +00:00
bootstrap.hpp Add "is_type" utility function and register "function" as a registered typename 2009-07-03 15:41:51 +00:00
boxed_value.hpp Add support for function binding and cut down on some includes 2009-06-25 22:34:00 +00:00
CMakeLists.txt Added ws skipping. Non ws skipping versions of base parsers. Added comment skipping 2009-06-24 13:53:05 +00:00
dispatchkit.hpp Add "is_type" utility function and register "function" as a registered typename 2009-07-03 15:41:51 +00:00
function_call.hpp Clean up some of the function callback and functor code, for easier registration, etc. 2009-06-23 03:01:56 +00:00
proxy_constructors.hpp Further reduction of redundant code by merging 0 param case for constructors in 2009-06-18 01:37:13 +00:00
proxy_functions.hpp Support cleaner usage of bind, by adding a built in _ variable 2009-06-29 23:00:29 +00:00
register_function.hpp Initial support for container ranges. Still half baked, but works. 2009-06-14 16:55:09 +00:00
test.cpp Cleanup Cast_Helper and add new boxed_cast<>() function. 2009-06-23 02:47:47 +00:00
type_info.hpp Add type_match function to see if two types are the same 2009-06-26 13:37:00 +00:00
unittest.cpp Cleanup Cast_Helper and add new boxed_cast<>() function. 2009-06-23 02:47:47 +00:00