随笔分类 - 开源笔记
摘要:第一:Lua函数调用的总体流程 在保护性调用的情况下,lua中函数调用的流程如下,非保护性调用的流程更加简单,请追踪lua_call函数int docall (lua_State *L, int narg, int nres) |—— int lua_pcallk (lua_State *L, in...
阅读全文
摘要:基于 http://www.boost.org/doc/libs/1_59_0/libs/statechart/doc/tutorial.html#AsynchronousStateMachines 的文档说明 git地址和例子在:https://github.com/boostorg/state...
阅读全文
浙公网安备 33010602011771号