sol2/docs/source/api/api-top.rst
ThePhD eb1560d12a add as_container documentation
improve exception documentation
improve state_view default handlers
add SAFE_PROPAGATION defines for compiling C++ as Lua
add examples for automatic operator registrations and as_container
fix tutorial code
change tests to not throw unless absolutely necessary
provide synchronization for file writing in tests
provide thread safety around thread tests for REQUIRE
add ostream automatic support
change 5.1 compat to only kick in luaL_loadbufferx and luaL_loadfilex when LuaJIT is version 2.0.1 and lower
2017-08-11 03:24:17 -04:00

55 lines
816 B
ReStructuredText

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
:maxdepth: 2
state
this_state
reference
stack_reference
make_reference
table
userdata
environment
this_environment
proxy
containers
as_container
nested
as_table
usertype
simple_usertype
usertype_memory
unique_usertype_traits
tie
function
protected_function
coroutine
error
object
thread
optional
variadic_args
variadic_results
as_args
as_returns
overload
property
var
protect
readonly
as_function
c_call
resolve
stack
user
compatibility
types
metatable_key
new_table