Rosetta  2015.38
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
lua Directory Reference
Directory dependency graph for lua:
src/utility/lua

Files

file  LuaIterator.cc
 A wrapper around a luabind::iterator has skey() and ikey() functions that return a string or int conversion of the key.
 
file  LuaIterator.fwd.hh
 A wrapper around a luabind::iterator has skey() and ikey() functions that return a string or int conversion of the key.
 
file  LuaIterator.hh
 A wrapper around a luabind::iterator has skey() and ikey() functions that return a string or int conversion of the key.
 
file  LuaObject.cc
 A wrapper around a luabind::object has bool conversion, [] support, nested table support, and a .to<T>() conversion function since a luabind::object is actually a pointer to the stack of a luastate object, if the luastate object is destroyed, before this wrapper class is destroyed, i don't know what will happen.
 
file  LuaObject.fwd.hh
 A wrapper around a luabind::object has bool conversion, [] support, nested table support, and a .to<T>() conversion function since a luabind::object is actually a pointer to the stack of a luastate object, if the luastate object is destroyed, before this wrapper class is destroyed, i don't know what will happen.
 
file  LuaObject.hh
 A wrapper around a luabind::object has bool conversion, [] support, nested table support, and a .to<T>() conversion function since a luabind::object is actually a pointer to the stack of a luastate object, if the luastate object is destroyed, before this wrapper class is destroyed, i don't know what will happen.