sol2/docs/source/api/api-top.rst
ThePhD e69e7c79fa C++17 additions: std::variant, string_views of all types, checker for if we have the right version
added variadic_results, to return a variable number of arguments to Lua
added variadic_results and as_results
added improved function examples (for multiple results and split overloading out)
added tests for variadics
added tests for C++17 utilities
added a forwarding header
added a specific `unsafe_function` header
added and improved documetation pages
2017-07-09 12:54:52 -04:00

54 lines
800 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
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