MCPcopy Create free account

hub / github.com/SteveKChiu/lua-intf / functions

Functions478 in github.com/SteveKChiu/lua-intf

Methodcall
* lua_CFunction to call a class constructor (stored via shared pointer) */
LuaIntf/impl/CppBindClass.h:55
Methodcall
* lua_CFunction to call CppObject destructor (for __gc) */
LuaIntf/impl/CppBindClass.h:77
Methodcall
* lua_CFunction to get a class data member * * The pointer-to-member is in the first upvalue. * The class userdata object is at the top
LuaIntf/impl/CppBindClass.h:100
Methodcall
* lua_CFunction to set a class data member. * * The pointer-to-member is in the first upvalue. * The class userdata object is at the to
LuaIntf/impl/CppBindClass.h:125
Methodcall
* lua_CFunction to call a class member function * * The pointer to function object is in the first upvalue. * The class userdata object
LuaIntf/impl/CppBindClass.h:166
Methodcall
LuaIntf/impl/CppInvoke.h:64
Methodcall
LuaIntf/impl/CppInvoke.h:73
Methodcall
LuaIntf/impl/CppInvoke.h:88
Methodcall
LuaIntf/impl/CppInvoke.h:103
Methodcall
LuaIntf/impl/CppInvoke.h:117
Methodcall
LuaIntf/impl/CppInvoke.h:131
Methodcall
LuaIntf/impl/CppInvoke.h:166
Methodcall
LuaIntf/impl/CppInvoke.h:181
Methodcall
LuaIntf/impl/CppInvoke.h:202
Methodcall
LuaIntf/impl/CppInvoke.h:211
Methodcall
LuaIntf/impl/CppInvoke.h:220
Methodcall
LuaIntf/impl/CppInvoke.h:235
Methodcall
LuaIntf/impl/CppInvoke.h:250
Methodcall
LuaIntf/impl/CppInvoke.h:264
Methodcall
LuaIntf/impl/CppInvoke.h:278
Methodcall
* lua_CFunction to get a constant * * The constant data is in the first upvalue. */
LuaIntf/impl/CppBindModule.h:34
Methodcall
* lua_CFunction to get a variable * * This is used for global variables or class static data members. * * The pointer to the data
LuaIntf/impl/CppBindModule.h:51
Methodcall
* lua_CFunction to set a variable. * * This is used for global variables or class static data members. * * The pointer to the data
LuaIntf/impl/CppBindModule.h:76
Methodcall
* lua_CFunction to call a function * * The pointer to function object is in the first upvalue. */
LuaIntf/impl/CppBindModule.h:116
MethodcallMeta
LuaIntf/LuaState.h:656
Methodcallp
LuaIntf/src/CppFunction.cpp:55
Methodcast
LuaIntf/impl/CppObject.h:130
MethodcheckAny
LuaIntf/LuaState.h:398
MethodcheckInteger
LuaIntf/LuaState.h:419
MethodcheckNumber
LuaIntf/LuaState.h:410
MethodcheckOption
LuaIntf/LuaState.h:478
MethodcheckStack
LuaIntf/LuaState.h:337
MethodcheckString
LuaIntf/LuaState.h:451
MethodcheckType
LuaIntf/LuaState.h:395
MethodcheckUnsigned
LuaIntf/LuaState.h:428
MethodcheckUserData
LuaIntf/LuaState.h:469
MethodcheckVersion
LuaIntf/LuaState.h:311
Methodclose
LuaIntf/LuaState.h:288
Methodcompare
LuaIntf/LuaState.h:491
MethodcompareTo
LuaIntf/src/LuaRef.cpp:206
Methodconcat
LuaIntf/LuaState.h:763
Methodcopy
LuaIntf/LuaState.h:334
MethodcreateFunction
LuaIntf/LuaRef.h:339
MethodcreateFunctionWith
LuaIntf/LuaRef.h:308
MethodcreateFunctionWithPtr
* Create new lua_CFunction with context (lightuserdata) as upvalue(1). * * @param L Lua state * @param proc the lua_CFunction * @p
LuaIntf/LuaRef.h:322
MethodcreateTable
* Create a new, empty table. * * @param L Lua state * @param narr pre-allocate space for this number of array elements * @param nr
LuaIntf/LuaRef.h:373
MethodcreateTableWithMeta
* Create a new table and set the meta table, this behaves like an object. * * @param L Lua state * @param meta the name of meta table
LuaIntf/LuaRef.h:386
MethodcreateUserData
* Create new userdata with requested size. * * @param L Lua state * @param userdata_size the size of userdata to allocate * @param
LuaIntf/LuaRef.h:278
MethodcreateUserDataFrom
LuaIntf/LuaRef.h:294
MethoddestructUserData
LuaIntf/LuaRef.h:1215
Methoddispatch
LuaIntf/LuaRef.h:783
MethoddispatchStatic
LuaIntf/LuaRef.h:808
MethoddoFile
* Run a Lua script, the path is probably not unicode friendly * * @param path Path to script file to execute * @throw LuaException for
LuaIntf/LuaContext.h:145
MethoddoFile
LuaIntf/LuaState.h:693
MethoddoString
* Run a string of Lua * * @param code Lua code to execute * @throw LuaException for syntax errors and uncaught runtime errors */
LuaIntf/LuaContext.h:133
MethoddoString
LuaIntf/LuaState.h:696
Methoddump
LuaIntf/LuaState.h:700
MethodendClass
* Continue registration in the enclosing module or class. */
LuaIntf/impl/CppBindClass.h:1000
MethodendModule
* Continue CppBindModule registration in the parent. */
LuaIntf/impl/CppBindModule.h:539
Methoderror
LuaIntf/LuaState.h:750
Methoderror
LuaIntf/src/LuaState.cpp:103
MethoderrorConstMismatch
LuaIntf/src/CppBindClass.cpp:264
MethoderrorReadOnly
LuaIntf/src/CppBindClass.cpp:258
MethoderrorReadOnly
LuaIntf/src/CppBindModule.cpp:115
Functioneval
LuaIntf/LuaState.h:233
Methodeval
LuaIntf/LuaState.h:854
Methodexec
LuaIntf/LuaState.h:850
Methodexec
LuaIntf/src/LuaState.cpp:76
MethodexecResult
LuaIntf/LuaState.h:689
Methodextend
LuaIntf/impl/CppBindClass.h:457
MethodfileResult
LuaIntf/LuaState.h:707
Methodfill
LuaIntf/LuaRef.h:1282
Methodfill
LuaIntf/LuaRef.h:1293
MethodfindClassID
LuaIntf/impl/CppObject.h:187
MethodforwardCall
LuaIntf/src/CppBindModule.cpp:97
MethodfromPtr
* Create LuaRef from data pointer, the data pointer life time is managed by C++. */
LuaIntf/LuaRef.h:721
MethodfromValue
LuaIntf/LuaRef.h:701
Methodfunction
LuaIntf/impl/CppBindClass.h:185
Methodfunction
LuaIntf/impl/CppBindModule.h:134
Methodgc
* Access Lua garbage collection. * Defaults to collecting all garbage. */
LuaIntf/LuaContext.h:189
Methodgc
LuaIntf/LuaState.h:742
Methodgc
LuaIntf/src/CppFunction.cpp:44
Methodgcp
LuaIntf/src/CppFunction.cpp:65
Methodget
LuaIntf/LuaRef.h:1064
Methodget
LuaIntf/LuaRef.h:1330
Methodget
LuaIntf/QtLuaIntf.h:88
Methodget
LuaIntf/QtLuaIntf.h:116
Methodget
LuaIntf/QtLuaIntf.h:139
Methodget
LuaIntf/impl/CppFunction.h:86
Methodget
LuaIntf/impl/CppFunction.h:114
Methodget
LuaIntf/impl/CppFunction.h:144
Methodget
LuaIntf/impl/CppObject.h:142
Methodget
LuaIntf/impl/CppObject.h:532
Methodget
LuaIntf/impl/LuaType.h:86
Methodget
LuaIntf/impl/LuaType.h:107
Methodget
LuaIntf/impl/LuaType.h:146
Methodget
LuaIntf/impl/LuaType.h:190
Methodget
LuaIntf/impl/LuaType.h:232
Methodget
LuaIntf/impl/LuaType.h:274
Methodget
LuaIntf/impl/LuaType.h:295
← previousnext →101–200 of 478, ranked by callers