mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge pull request #209 from jkbz64/develop
Fix links in docs/api/reference
This commit is contained in:
commit
787cb259c2
|
@ -8,7 +8,7 @@ general purpose reference to Lua object in registry
|
||||||
|
|
||||||
class reference;
|
class reference;
|
||||||
|
|
||||||
This type keeps around a reference to something that was on the stack and places it in the Lua registry. It is the backbone for all things that reference items on the stack and needs to keep them around beyond their appearance and lifetime on said Lua stack. Its progeny include :doc:`sol::coroutine<coroutine>`, :doc:`sol::function<function>`, :doc:`sol::<protected_function>`, :doc:`sol::object<object>`, :doc:`sol::table<table>`/:doc:`sol::global_table<table>`, :doc:`sol::<thread>`, and :doc:`sol::userdata<userdata>`.
|
This type keeps around a reference to something that was on the stack and places it in the Lua registry. It is the backbone for all things that reference items on the stack and needs to keep them around beyond their appearance and lifetime on said Lua stack. Its progeny include :doc:`sol::coroutine<coroutine>`, :doc:`sol::function<function>`, :doc:`sol::protected_function<protected_function>`, :doc:`sol::object<object>`, :doc:`sol::table<table>`/:doc:`sol::global_table<table>`, :doc:`sol::thread<thread>`, and :doc:`sol::userdata<userdata>`.
|
||||||
|
|
||||||
For all of these types, there's also a ``stack_{x}`` version of them, such as ``stack_table``
|
For all of these types, there's also a ``stack_{x}`` version of them, such as ``stack_table``
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user