Lua-API++
2015-02-12-3
Lua-API++ library
|
CClosureInfo | Closure properties. [Lua 5.2+ only] |
CContext | Access point to Lua context |
CNil | Type of nil value |
CContext::Registry | Type of registry accessor |
CRegistryKey | Key for registry-stored values |
CRetval | Return value for Lua functions |
CState | Lua state object |
CTable | Table object with specialized interface. Similar to Value, it owns a stack slot |
CTemporary | Temporary Lua value |
CTypeID< T > | Determine Lua type ID from native type |
CValobj | Lua-compatible value |
▼CValref | Non-owning reference to Lua value |
CValue | Owner of a single stack slot |
CValset | Valset is an STL-compatible container for contiguous Lua stack slots. Its primary use is accepting multiple return values |