Lua-API++  2015-02-12-3
Lua-API++ library
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NluaEvery thing in Lua API++ library is contained inside this namespace
 CClosureInfoClosure properties. [Lua 5.2+ only]
 CContextAccess point to Lua context
 CRegistryType of registry accessor
 CNilType of nil value
 CRegistryKeyKey for registry-stored values
 CRetvalReturn value for Lua functions
 CStateLua state object
 CTableTable object with specialized interface. Similar to Value, it owns a stack slot
 CTemporaryTemporary Lua value
 CTypeIDDetermine Lua type ID from native type
 CValobjLua-compatible value
 CValrefNon-owning reference to Lua value
 CValsetValset is an STL-compatible container for contiguous Lua stack slots. Its primary use is accepting multiple return values
 CValueOwner of a single stack slot