D:/Programmation/Sources/luapp/include/luapp_state.hpp File Reference

#include "lunar.hpp"
#include <utils.hpp>
#include <vector>
#include <map>

Go to the source code of this file.

Classes

class  lua::state
 Lua wrapper. More...

Namespaces

namespace  lua

Typedefs

typedef int(* lua::c_function )(lua_State *L)
typedef void(* lua::print_function )(const std::string &s)

Enumerations

enum  lua::type {
  lua::TYPE_NONE, lua::TYPE_NIL, lua::TYPE_NUMBER, lua::TYPE_BOOLEAN,
  lua::TYPE_STRING, lua::TYPE_FUNCTION, lua::TYPE_TABLE, lua::TYPE_THREAD,
  lua::TYPE_LIGHTUSERDATA, lua::TYPE_USERDATA
}

Generated on Sun Apr 29 19:27:30 2012 for lua++ by  doxygen 1.6.1