12 template<
typename ThisType, 
typename FunctionType>
    31     template<FunctionType func>
 Makes certain functions visible to lua while staying type-safe on the C++ side. 
Definition: luatb.h:13
 
::std::string string
Definition: gtest-port.h:756
 
static void registerFunction(ThisType *_this, lua_State *lua, std::string name)
Make a function visible to lua.