2016-03-12 06:47:15 +08:00
|
|
|
api reference manual
|
|
|
|
====================
|
|
|
|
|
|
|
|
Browse the various function and classes :doc:`Sol<../index>` utilizes to make your life easier when working with Lua.
|
|
|
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:caption: Sol API
|
|
|
|
:name: apitoc
|
2016-08-24 09:42:27 +08:00
|
|
|
:maxdepth: 2
|
2016-03-12 06:47:15 +08:00
|
|
|
|
2016-09-20 11:37:00 +08:00
|
|
|
state
|
2017-05-10 01:24:56 +08:00
|
|
|
this_state
|
2017-04-03 04:10:00 +08:00
|
|
|
reference
|
|
|
|
stack_reference
|
|
|
|
make_reference
|
2016-09-20 11:37:00 +08:00
|
|
|
table
|
2017-04-03 04:10:00 +08:00
|
|
|
userdata
|
|
|
|
environment
|
2017-05-10 01:24:56 +08:00
|
|
|
this_environment
|
2016-09-20 11:37:00 +08:00
|
|
|
proxy
|
2016-11-05 07:44:51 +08:00
|
|
|
containers
|
2017-03-31 02:14:31 +08:00
|
|
|
nested
|
2016-09-20 11:37:00 +08:00
|
|
|
as_table
|
|
|
|
usertype
|
|
|
|
simple_usertype
|
|
|
|
usertype_memory
|
|
|
|
unique_usertype_traits
|
|
|
|
tie
|
2016-03-12 06:47:15 +08:00
|
|
|
function
|
|
|
|
protected_function
|
2016-09-20 11:37:00 +08:00
|
|
|
coroutine
|
|
|
|
error
|
2016-03-12 06:47:15 +08:00
|
|
|
object
|
2016-09-20 11:37:00 +08:00
|
|
|
thread
|
|
|
|
optional
|
|
|
|
variadic_args
|
2016-11-27 03:04:44 +08:00
|
|
|
as_args
|
2016-03-12 06:47:15 +08:00
|
|
|
overload
|
2016-09-20 11:37:00 +08:00
|
|
|
property
|
|
|
|
var
|
2016-07-09 15:43:51 +08:00
|
|
|
protect
|
|
|
|
readonly
|
2016-08-06 12:30:35 +08:00
|
|
|
as_function
|
2016-09-20 11:37:00 +08:00
|
|
|
c_call
|
|
|
|
resolve
|
2016-03-12 06:47:15 +08:00
|
|
|
stack
|
2016-06-20 05:59:40 +08:00
|
|
|
user
|
2016-09-20 11:37:00 +08:00
|
|
|
compatibility
|
|
|
|
types
|
|
|
|
metatable_key
|
2017-04-03 10:37:01 +08:00
|
|
|
new_table
|