![]() |
Lua-API++
2015-02-12-3
Lua-API++ library
|
| ▼Nlua | Every thing in Lua API++ library is contained inside this namespace |
| CClosureInfo | Closure properties. [Lua 5.2+ only] |
| ▼CContext | Access point to Lua context |
| CRegistry | Type of registry accessor |
| CNil | Type of nil value |
| 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 | Determine Lua type ID from native type |
| CValobj | Lua-compatible value |
| CValref | Non-owning reference to Lua value |
| CValset | Valset is an STL-compatible container for contiguous Lua stack slots. Its primary use is accepting multiple return values |
| CValue | Owner of a single stack slot |